export type QuiltState = {
    id: number;
    include: boolean;
    alreadyCheckedIn: boolean;
    image: null | File;
};
