import type { ToggleStatusDTO } from './ToggleStatusDTO'; export type ToggleStatusListResponse = { data?: Array; meta?: Record; };