UNPKG

shopee-client

Version:
10 lines (9 loc) 251 B
export interface ShopeeApiConfig { is_uat?: boolean; shop_id: string | null; partner_id: string | null; partner_key: string | null; redirect_uri?: string; } declare let defaultConfig: ShopeeApiConfig; export default defaultConfig;