UNPKG

shopee-client

Version:
11 lines (10 loc) 235 B
export default interface CancelOrderResponse { /** * The identifier for an API request for error tracking */ request_id: string; /** * The time when the order is updated. */ modified_time: number; }