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

    Type Alias Literal

    Literal: string | number | bigint | boolean | null | undefined

    Literal values that can be compared using strict equality (===). These are primitive values used in literal schema validation and comparisons.

    const value: Literal = 'hello'
    const numberValue: Literal = 42
    const boolValue: Literal = true