Interface FormDataVisitorHelpers

Hierarchy

  • FormDataVisitorHelpers

Properties

convertValue: ((value) => any)

Type declaration

    • (value): any
    • Parameters

      • value: any

      Returns any

defaultVisitor: SerializerVisitor
isVisitable: ((value) => boolean)

Type declaration

    • (value): boolean
    • Parameters

      • value: any

      Returns boolean

Generated using TypeDoc