export type ToggleOverrideDTO = { id: string; readonly type?: string; orgId?: string; enabled?: boolean; };