import { StoreProps } from "../../components/Store"; export interface StoresControllerProps { stores: StoreProps[]; }