Type Alias DataCollectionEventTypeSpec

DataCollectionEventTypeSpec: {
    type: "push" | "pull";
    isFullScan?: boolean;
    isIdOnly?: boolean;
}