Interface DataCollectionSubscribeRequest

interface DataCollectionSubscribeRequest {
    parameters?: Record<string, any>;
    events?: { created?: boolean; updated?: boolean; deleted?: boolean };
    udm?: string;
    webhookUri: string;
}

Hierarchy (View Summary)

Properties

parameters?: Record<string, any>
events?: { created?: boolean; updated?: boolean; deleted?: boolean }
udm?: string
webhookUri: string