export interface Organization { id: string; createdAt: Date; updatedAt: Date; key: string; name: string; }