Interface Procedure<Input, Output>

A procedure is a pure function that takes an input and returns an output. It is designed to perform logic on data.

Type Parameters

  • Input extends Record<string, any>

    The input data type.

  • Output extends Record<string, any> | null

    The output data type.

Hierarchy

  • Procedure

Implemented by

Properties

Methods

Properties

name: string

The name of the procedure.

Methods

Generated using TypeDoc