Hierarchy

Properties

deserialize: ((value, options) => any)

Type declaration

    • (value, options): any
    • Parameters

      Returns any

prepare?: ((value, options, parameters) => Promise<any>)

Type declaration

    • (value, options, parameters): Promise<any>
    • Parameters

      • value: any
      • options: any
      • parameters: any

      Returns Promise<any>

recursiveType?: boolean
serialize: ((...args) => any)

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Generated using TypeDoc