Interface ConfigCustomDomainCreateStartEvent
interface ConfigCustomDomainCreateStartEventSanitised { 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
category: "config-custom-domain"
Sanitisation Level DATA
data
data: {
domain: undefined | string;
logoUrl: string;
name: string;
}
Type declaration
domain: undefined | string
logoUrl: string
name: string
requestId
requestId: string
timestamp
timestamp: number