Interface ConfigCustomDomainUpdateStartEvent

interface ConfigCustomDomainUpdateStartEventSanitised {
    category: "config-custom-domain";
    data: {
        domain: undefined | string;
        logoUrl: string;
        name: string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "config-custom-domain"
data: {
    domain: undefined | string;
    logoUrl: string;
    name: string;
}

Type declaration

  • domain: undefined | string
  • logoUrl: string
  • name: string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"