Files
study-bible-project/node_modules/docx/dist/patcher/replacer.spec.d.ts
T

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;
})[];
}[];
};