Interface StatusResponse

interface StatusResponse {
    status: string;
}

Hierarchy (view full)

Properties

Properties

status: string