Interface Ok

An object of this type is returned on a successful function call for certain functions.

interface Ok {
    @type: "ok";
}

Properties

Properties

@type: "ok"