UNPKG

shopee-client

Version:
11 lines (10 loc) 231 B
export default interface UpdateTierVariationResponse { /** * The identity of product item. */ item_id: number; /** * The identifier of the API request for error tracking */ request_id: string; }