export type ToggleStatusDTO = { id: string; enabled: boolean; };