ExistsForPropertiesResponse

Whether there is data for the properties supplied in a query

interface ExistsForPropertiesResponse {
    hasDataMatchingProperties?: boolean;
}

Hierarchy

  • Record<string, unknown>
    • ExistsForPropertiesResponse

Properties

hasDataMatchingProperties?: boolean

Whether there is data matching the query