Interface DataCollectionMatchSpec

interface DataCollectionMatchSpec {
    apiRequests?: ApiRequestSpec[];
    fields?: string[];
}

Hierarchy (view full)

Properties

apiRequests?: ApiRequestSpec[]
fields?: string[]