Interface NothingJSON

interface NothingJSON {
    variant: "Nothing";
}

Properties

Properties

variant: "Nothing"