export type ToggleOrgInfoDTO = { id: string; description?: string; enabled?: boolean; };