Interface DataCollectionMethodRequest

interface DataCollectionMethodRequest {
    parameters?: Record<string, any>;
}

Hierarchy (view full)

Properties

Properties

parameters?: Record<string, any>