Variable messageContentConst

messageContent: {
    maxLength: 300;
    minLength: 1;
    type: "string";
} = ...

Type declaration

  • Readonly maxLength: 300
  • Readonly minLength: 1
  • Readonly type: "string"

Generated using TypeDoc