Alokai

OcapiProductSearchResult

export type OcapiProductSearchResult = ProductSearchResult & {
    limit: never;
    offset: never;
    start: number;
    count: number;
    next?: string;
    previous?: string;
};

Referenced Types

  • ProductSearchResult

On this page