Interface NullMethodResult

interface NullMethodResult {
    label?: string;
    title?: string;
    type: "null";
    value: null;
}

Hierarchy (view full)

Properties

Properties

label?: string
title?: string
type: "null"
value: null