Type alias PopMessagePayloadType

PopMessagePayloadType: {
    apiEndpoint: string | URL;
    apiToken: string;
    tag?: null | number;
    timeout?: number;
}

Pop message

Type declaration

  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • Optional tag?: null | number
  • Optional timeout?: number

    optional timeout for the requests