Interface MaintenanceNotificationEvent

interface MaintenanceNotificationEvent {
    clientId?: string;
    notification: string;
}

Properties

clientId?: string
notification: string

Generated using TypeDoc