type PrintHeader = 'wechat' | 'noLogoImage' | 'LogoImage' | 'minimal'; type WordCard = { color: string; word: string; }; interface CardList extends Array {} interface PrintConfig { header: PrintHeader; appName: string; appHint: string; }