Interface UndefinedResult

    The undefined type.

    interface UndefinedResult {
        type: "JsdocTypeUndefined";
    }

    Properties

    Properties

    type