Type alias OrderedProductQueryItemResult

OrderedProductQueryItemResult: ProductQueryItemResult & {
    id: string;
    pinned: boolean;
    position: number;
}

Type declaration

  • id: string
  • pinned: boolean
  • position: number

Generated using TypeDoc