UNPKG

shopee-client

Version:
11 lines (10 loc) 241 B
export default interface UndoSplitResponse { /** * Whether or not the split order has been cancelled. */ result: string; /** * The identifier for an API request for error tracking */ request_id: string; }