KC's Workspace
    Preparing search index...

    Interface BaseObject<T, N>

    interface BaseObject<T extends ObjectType, N extends string> {
        name: N;
        type: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: N
    type: T