Interface KeyOfResult

    A keyof type. The element normally should be a name.

    interface KeyOfResult {
        element: RootResult;
        type: "JsdocTypeKeyof";
    }

    Properties

    Properties

    element: RootResult
    type