@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Type Alias SchemaTypes

    SchemaTypes: ConstructableSchema<any, any, any>

    Union type representing all possible schema types in Vine. Used as a constraint for generic functions that accept any schema type.

    function validateSchema<T extends SchemaTypes>(schema: T, data: any) {
    // validation logic
    }