export interface IAppDomainSpec {
    domain: string;
    type?: string;
    wildcard?: boolean;
    zone?: string;
}
