/** * Defines a custom page size */ export interface ICustomPageSize { readonly width: number | string; readonly height: number | string; } //# sourceMappingURL=custom-page-size.interface.d.ts.map