Type alias GetSessionsPayloadType

GetSessionsPayloadType: {
    apiEndpoint: string | URL;
    apiToken: string;
    protocol: "udp" | "tcp";
    timeout?: number;
}

getSessions

Type declaration

  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • protocol: "udp" | "tcp"
  • Optional timeout?: number

    optional timeout for the requests