interface-forge - v2.5.0
    Preparing search index...

    Interface Types<Input, Output>

    The Standard Schema types interface.

    interface Types<Input = unknown, Output = Input> {
        input: Input;
        output: Output;
    }

    Type Parameters

    • Input = unknown
    • Output = Input
    Index

    Properties

    Properties

    input: Input

    The input type of the schema.

    output: Output

    The output type of the schema.