Interface Response

The structure of a generic response from OpenVR2WS.

interface Response {
    Data?: object;
    Key: ResponseKeyEnum;
    Message: string;
    Nonce?: string;
    Type: ResponseTypeEnum;
}

Hierarchy (view full)

Properties

Data?: object
Message: string
Nonce?: string