Vertex Viewer SDK
    Preparing search index...

    Type Alias Func<T, R>

    Func: (input: T) => Validated<R>

    A function that transforms an input into another type, or an invalid result if the input violates the schema.

    Type Parameters

    • T
    • R

    Type Declaration