Type Alias SemanticallyBoundFilterDefinitionBeta

SemanticallyBoundFilterDefinition: {
    concepts: string[];
    type: "semantically_bound";
}

Type representing a semantically bound filter definition.

Type declaration

  • Betaconcepts: string[]

    The concepts that the filter is bound to.

  • Betatype: "semantically_bound"

    The type of the filter, always 'semantically_bound' for this type.