NJFInputTypeEnum

export enum NJFInputTypeEnum {
  string,
  number,
  email,
}

Enum for choosing the type of content an input contains.