Interface DataCollectionMatchSpec

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

Hierarchy (View Summary)

Properties

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