Schema for an OK result.

interface Ok {
    ok?: boolean;
}

Properties

Properties

ok?: boolean

ok.

Generated using TypeDoc