Connective type
Represents boolean connectives used to join clauses in conditions.
KnownConnective can be used interchangeably with Connective,
this enum contains the known values that the service supports.
Known values supported by the service
And: 'And' connective
Or: 'Or' connective
type Connective = string