Variable usernameConst

username: {
    pattern: "^[a-zA-Z0-9$]{2,20}$";
    type: "string";
} = ...

Type declaration

  • Readonly pattern: "^[a-zA-Z0-9$]{2,20}$"
  • Readonly type: "string"

Generated using TypeDoc