export type PrintHeader = 'wechat' | 'noLogoImage' | 'LogoImage' | 'minimal'; export interface PrintConfig { header: PrintHeader; appName: string; appHint: string; }