Genotype API Documentation - v0.1.0
    Preparing search index...

    Type Alias InferSchema<T>

    InferSchema: T extends { infer: infer U } ? U : never

    Helper type for extracting the validated type from an Arktype schema

    Type Parameters

    • T