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

    Variable ITYPEConst

    ITYPE: typeof ITYPE = ...

    The symbol for the opaque input type used in TypeScript type inference. Represents the expected input type before validation and transformation.

    class StringSchema {
    [ITYPE]: string | undefined
    }