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

    Type Alias Id<T>

    Id: T extends infer U ? { [K in keyof U]: U[K] } : never

    Identity type that preserves the structure of a type. Used to flatten intersection types for better TypeScript display.

    Type Parameters

    • T

      The type to preserve/flatten