Interface ServerError

interface ServerError {
    _tag: "ServerError";
    status: number;
}

Properties

Properties

_tag
status: number