Variable taglineConst

tagline: {
    maxLength: 255;
    minLength: 0;
    type: "string";
} = ...

Type declaration

  • Readonly maxLength: 255
  • Readonly minLength: 0
  • Readonly type: "string"

Generated using TypeDoc