Documentation
    Preparing search index...

    Type Alias SchemaValue<Schema, KeyPath>

    SchemaValue: string extends KeyPath
        ? unknown
        : PathValue<SchemaValues<Schema>, KeyPath>

    Config value inferred from a Standard Schema and key path.

    Type Parameters

    • Schema extends StandardSchemaV1
    • KeyPath extends string