Type alias ParameterDataTransformer

ParameterDataTransformer: ((context) => any | PromiseLike<any>)

Type declaration

    • (context): any | PromiseLike<any>
    • A function, which transforms an input parameter value into a new one.

      Parameters

      Returns any | PromiseLike<any>

      The new value or the promise with it.

Generated using TypeDoc