@arcmantle/library
    Preparing search index...

    Type Alias ObjectKeyToType<T>

    ObjectKeyToType: { [Key in keyof T]: Key }

    Mirrors the object key names as the object key value types.

    Type Parameters

    • T