bupkis
    Preparing search index...

    Interface $ZodRecord<Key, Value>

    interface $ZodRecord<
        Key extends $ZodRecordKey = $ZodRecordKey,
        Value extends SomeType = z.core.$ZodType,
    > {
        _zod: $ZodRecordInternals<Key, Value>;
        "~standard": $ZodStandardSchema<z.core.$ZodRecord<Key, Value>>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties