Type alias GetCatalogOptions

GetCatalogOptions: {
    cursor?: CatalogCursor;
    jid?: string;
    limit?: number;
}

Type declaration

  • Optional cursor?: CatalogCursor

    cursor to start from

  • Optional jid?: string
  • Optional limit?: number

    number of products to fetch

Generated using TypeDoc