kkrpc
    Preparing search index...

    Interface StandardSchemaV1<Input, Output>

    Standard Schema V1 interface (https://standardschema.dev) Embedded per spec recommendation — no external dependency required. Compatible with Zod v3.24+, Valibot v1+, ArkType v2+.

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

    Type Parameters

    • Input = unknown
    • Output = Input
    Index

    Properties

    Properties

    "~standard": Props<Input, Output>