Libraries
    Preparing search index...

    Interface Props<Input, Output>

    The Standard Typed properties interface.

    interface Props<Input = unknown, Output = Input> {
        types?: StandardTypedV1.Types<Input, Output>;
        vendor: string;
        version: 1;
    }

    Type Parameters

    • Input = unknown
    • Output = Input

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Inferred types associated with the schema.

    vendor: string

    The vendor name of the schema library.

    version: 1

    The version number of the standard.