Interface NullResult

    The null type.

    interface NullResult {
        type: "JsdocTypeNull";
    }

    Properties

    Properties

    type