UNPKG

@congminh1254/shopee-sdk

Version:
12 lines (11 loc) 245 B
export interface SipAffiliateShop { region: string; affi_shop_id: number; } export interface AuthedShop { region: string; shop_id: number; auth_time: number; expire_time: number; sip_affi_shops: SipAffiliateShop[]; }