Files
docx-js/ts/export/packer/pack-options.ts
2017-09-30 18:15:33 +01:00

4 lines
52 B
TypeScript

export interface IPackOptions {
pdf: boolean;
}