Type alias DictionaryId

DictionaryId: string

This is the name of a dictionary.

Name Format:

  • Must contain at least 1 number or letter.
  • Spaces are allowed.
  • Leading and trailing space will be removed.
  • Names ARE case-sensitive.
  • Must not contain *, !, ;, ,, {, }, [, ], ~.

Pattern

^(?=[^!*,;{}[]~\n]+$)(?=(.*\w)).+$