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