zeed
    Preparing search index...

    Interface StandardSchemaV1<Input, Output>

    The Standard Schema interface.

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

    Type Parameters

    • Input = unknown
    • Output = Input
    Index

    Properties

    Properties

    "~standard": Props<Input, Output>

    The Standard Schema properties.