UNPKG

shopee-openapi-v2

Version:
19 lines (18 loc) 461 B
import { ApiShopMethod } from "./utils/request"; export declare class ShopApi { getShopInfo: ApiShopMethod<{}, { shop_name: string; region: string; status: string; sip_affi_shops: { affi_shop_id: number; region: string; }[]; is_cb: boolean; is_cnsc: boolean; shop_cbsc: string; auth_time: number; expire_time: number; is_sip: boolean; }>; }