Libraries
    Preparing search index...

    Interface StandardTypedV1<Input, Output>

    The Standard Typed interface. This is a base type extended by other specs.

    interface StandardTypedV1<Input = unknown, Output = Input> {
        "~standard": StandardTypedV1.Props<Input, Output>;
    }

    Type Parameters

    • Input = unknown
    • Output = Input
    Index

    Properties

    Properties

    The Standard properties.