Interface deviceWebhook

interface deviceWebhook {
    context: deviceWebhookContext;
    eventType: string;
    eventVersion: string;
}

Properties

eventType: string
eventVersion: string