export type ProjectData = { id: string; name: string; orgId: string; defaultLocale: string; currentLocales: string[]; };