export type ToggleInfoDTO = { id: string; type?: string; description?: string; defaultValue?: boolean; };