/** Whether there is data for the properties supplied in a query */
export interface ExistsByProperties {
  /** Whether there is data matching the query */
  hasDataMatchingProperties?: boolean;
}
