Variable CloseSessionPayloadCallConst

CloseSessionPayloadCall: ZodObject<{
    apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>;
    apiToken: ZodString;
    listeningIp: ZodString;
    port: ZodNumber;
    timeout: ZodOptional<ZodNumber>;
}, $strip> = ...

closeSession

Type declaration

  • apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>

    The API endpoint for authentication.

  • apiToken: ZodString

    The API token for authentication.

  • listeningIp: ZodString
  • port: ZodNumber
  • timeout: ZodOptional<ZodNumber>

    optional timeout for the requests