Documentation
    Preparing search index...

    Type Alias SchemaKeyPath<Schema>

    SchemaKeyPath: [SchemaKnownPath<Schema>] extends [never]
        ? string
        : LiteralUnion<SchemaKnownPath<Schema>, string>

    Config key path inferred from a Standard Schema.

    Type Parameters

    • Schema extends StandardSchemaV1