Type Alias TransformAction

TransformAction: ((context: TransformActionContext) => any)

Type representing a transformation action.

Type declaration

    • (context): any
    • Parameters

      Returns any

      The result of the transformation action.