import type { OrgDTO } from './OrgDTO'; export type ResponseOrgDTO = { data?: OrgDTO; meta?: Record; };