Library API
    Preparing search index...

    Type Alias LiteralKey<T>

    LiteralKey: { [K in keyof T]: string extends K ? never : K }[keyof T] & string

    extracts only the Literal string keys (not index signatures) from an object/interface

    Type Parameters

    • T