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

    Variable SUBTYPEConst

    SUBTYPE: typeof SUBTYPE = ...

    The symbol for the subtype of a literal field. Used to identify the specific subtype of literal schema types (string, number, etc.).

    class StringSchema {
    [SUBTYPE] = 'string'
    }