@avanio/variable-util
    Preparing search index...

    Type Alias ValidateCallback<Input, Output>

    ValidateCallback: (data: Input) => Output | Promise<Output>

    Interface for validation function

    Type Parameters

    • Input

      Type of raw input

    • Output

      Type of output

    Type declaration

    v1.0.0