Interface StatusOkResponse

interface StatusOkResponse {
    status: "ok";
}

Properties

Properties

status: "ok"