Type Utils
    Preparing search index...

    Type Alias StandardSchemaV1<Input, Output>

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

    Type Parameters

    • Input = unknown
    • Output = Input
    Index

    Properties

    Properties

    "~standard": Props<Input, Output>