export type DomainAttach = { /** * Hosting project id */ project: number; domain: string; };