export interface DeleteDomainCustomizationInput {
    domainId: string;
}
export interface DeleteDomainCustomizationOutput {
}
