Stores: {
    data?: Store[];
    limit: number;
    offset: number;
    total: number;
} & {
    [key: string]: any;
}

Type declaration

  • Optional data?: Store[]
  • limit: number
  • offset: number
  • total: number

Type declaration

  • [key: string]: any