UNPKG

shopee-client

Version:
11 lines (10 loc) 236 B
export default interface AddCategoryResponse { /** * The identifier for an API request for error tracking */ request_id: string; /** * ShopCategory's unique identifier. */ shop_category_id: number; }