export interface OrganizationShort { id: string; name: string; description: string; isDefault: boolean; isPublic: boolean; }