TaoBaoShopUrlConfig.ts 285 Bytes

// 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'
}