TaoBaoShopUrlConfig.ts 285 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 // Generated by Editor export interface ITaoBaoShopUrlConfig { id: number; type: number; shopName: string; websiteUrl: string; youZanUrl: string; } export let taoBaoShopUrlConfig: { name: string, type?: ITaoBaoShopUrlConfig } = { name: 'TaoBaoShopUrlConfig' }