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