export default interface LocationClosedDay {
    createdAt: Date;
    date: string;
    id: string;
    updatedAt: Date;
}
