Interface NumberResult

    A number. Can be the key of an ObjectResult entry or the parameter of a SymbolResult. Is a NonRootResult.

    interface NumberResult {
        type: "JsdocTypeNumber";
        value: number;
    }

    Properties

    Properties

    type
    value: number