BasketsResult: {
    baskets?: Basket$1[];
    total: number;
} & {
    [key: string]: any;
}

Type declaration

  • Optional baskets?: Basket$1[]
  • total: number

Type declaration

  • [key: string]: any