export interface DeleteDomainInput {
    domainId: string;
}
export interface DeleteDomainOutput {
}
