UNPKG

shopee-client

Version:
12 lines (11 loc) 293 B
import PaginationRequest from "../../../category/request/PaginationRequest"; export default interface GetCommentRequest extends PaginationRequest { /** * The identity of product item. */ item_id: number; /** * The identity of comment. */ cmt_id?: number; }