UNPKG

shopee-client

Version:
11 lines (10 loc) 259 B
export default interface AddItemImageRequest { /** * The identity of product item. */ item_id: number; /** * Image URLs of the item. It contains at most 9 URLs. Could get the url by api GetItemDetail */ images: string[]; }