Variable bioConst

bio: {
    pattern: "^.{0,1024}$";
    type: "string";
} = ...

Type declaration

  • Readonly pattern: "^.{0,1024}$"
  • Readonly type: "string"

Generated using TypeDoc