Left Curve Software Stack
    Preparing search index...

    Type Alias KeyOfUnion<type>

    KeyOfUnion: type extends type ? keyof type : never

    Type Parameters

    • type