Variable passwordConst

password: {
    pattern: "^.{10,50}$";
    type: "string";
} = ...

Type declaration

  • Readonly pattern: "^.{10,50}$"
  • Readonly type: "string"

Generated using TypeDoc