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