@arcmantle/library
    Preparing search index...

    Type Alias ObjectKeysToUnion<T>

    ObjectKeysToUnion: ObjectTypesToUnion<ObjectKeyToType<T>>

    Takes all the keys in an object and returns them as a union type.

    Type Parameters

    • T