Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnsubscribeResponse

Response expected from a UnsubscribeRequest.

Hierarchy

  • BaseResponse
    • UnsubscribeResponse

Index

Properties

Optional api_version

api_version?: number

Optional forwarded

forwarded?: boolean

id

id: string | number

result

result: Record<string, never>

Optional status

status?: string

type

type: string

Optional warning

warning?: "load"

Optional warnings

warnings?: Warning[]

Generated using TypeDoc