Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomEntityAlias

Package version

A complex object that can be used to specify alternative spellings or synonyms to the root entity name.

Hierarchy

  • CustomEntityAlias

Index

Properties

Optional accentSensitive

accentSensitive: boolean | null

Determine if the alias is accent sensitive.

Optional caseSensitive

caseSensitive: boolean | null

Determine if the alias is case sensitive.

Optional fuzzyEditDistance

fuzzyEditDistance: number | null

Determine the fuzzy edit distance of the alias.

text

text: string

The text of the alias.

Generated using TypeDoc