Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyValidationRules

Hierarchy

  • PropertyValidationRules

Index

Properties

Optional inclusion

inclusion: any[]

Optional max_length

max_length: undefined | number

Optional max_number

max_number: undefined | number

Optional min_length

min_length: undefined | number

Optional min_number

min_number: undefined | number

nullable

nullable: boolean

type_of

type_of: "string" | "number" | "boolean" | "object" | "undefined"

Optional value_format

value_format: undefined | string

Generated using TypeDoc