export interface IStore {
    _createdAt: string;
    _updatedAt: string;
}
