Type alias ExtraInputFormArg

ExtraInputFormArg: Partial<{
    maxLength: number;
    minLength: number;
}>

Type declaration

  • maxLength: number
  • minLength: number