export type Collection = { id: string; name: string; floor: number; tProjectId: string; };