/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { StoreData } from './StoreData';

export type StoreDataList = Array<StoreData>;