Library API
    Preparing search index...

    Type Alias EmptyObject

    Type representing a JSON object with no own properties

    type EmptyObject = {
        "[___brand]"?: never;
    }
    🔍 Expanded Type Evaluation (Compiler API)
    type EmptyObject = { [__brand]?: never; }
    Index
    "[___brand]"?: never