Package version:

Interface GetSessionImage200Response

The request has succeeded.

interface GetSessionImage200Response {
    body: Uint8Array;
    headers: any;
    status: "200";
}

Hierarchy

  • unknown
    • GetSessionImage200Response

Properties

Properties

body: Uint8Array

Value may contain any sequence of octets

headers: any
status