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

Type declaration

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

Type declaration

  • [key: string]: any