Represents a query to receive a set of extension data collections

interface ExtensionDataCollectionQuery {
    collections?: ExtensionDataCollection[];
}

Properties

Properties

collections?: ExtensionDataCollection[]

A list of collections to query