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