85 lines
2.4 KiB
TypeScript
85 lines
2.4 KiB
TypeScript
export declare const MOCK_JSON: {
|
|
elements: {
|
|
type: string;
|
|
name: string;
|
|
elements: ({
|
|
type: string;
|
|
name: string;
|
|
attributes: {
|
|
"w14:paraId": string;
|
|
"w14:textId": string;
|
|
"w:rsidR": string;
|
|
"w:rsidRDefault": string;
|
|
};
|
|
elements: ({
|
|
type: string;
|
|
name: string;
|
|
elements: {
|
|
type: string;
|
|
name: string;
|
|
attributes: {
|
|
"w:val": string;
|
|
};
|
|
}[];
|
|
attributes?: undefined;
|
|
} | {
|
|
type: string;
|
|
name: string;
|
|
elements: {
|
|
type: string;
|
|
name: string;
|
|
elements: {
|
|
type: string;
|
|
text: string;
|
|
}[];
|
|
}[];
|
|
attributes?: undefined;
|
|
} | {
|
|
type: string;
|
|
name: string;
|
|
attributes: {
|
|
"w:rsidR": string;
|
|
};
|
|
elements: {
|
|
type: string;
|
|
name: string;
|
|
elements: {
|
|
type: string;
|
|
text: string;
|
|
}[];
|
|
}[];
|
|
})[];
|
|
} | {
|
|
type: string;
|
|
name: string;
|
|
elements: {
|
|
type: string;
|
|
name: string;
|
|
elements: ({
|
|
type: string;
|
|
name: string;
|
|
elements: {
|
|
type: string;
|
|
name: string;
|
|
attributes: {
|
|
"w:val": string;
|
|
};
|
|
}[];
|
|
} | {
|
|
type: string;
|
|
name: string;
|
|
elements: {
|
|
type: string;
|
|
text: string;
|
|
}[];
|
|
} | {
|
|
type: string;
|
|
name: string;
|
|
elements?: undefined;
|
|
})[];
|
|
}[];
|
|
attributes?: undefined;
|
|
})[];
|
|
}[];
|
|
};
|