Skip to main content
Version: 8.9 (unreleased)

Type Alias: LikeFilter

type LikeFilter = string;

Defined in: gen/types.gen.ts:2620

Checks if the property matches the provided like value.

Supported wildcard characters are:

  • *: matches zero, one, or multiple characters.
  • ?: matches one, single character.

Wildcard characters can be escaped with backslash, for instance: \*.