PollingField: {
    challenge?: string;
    key: string;
    pollChallengeStatus?: boolean;
    pollInterval: number;
    pollRetries: number;
    type: "POLLING";
}

Type declaration

  • Optionalchallenge?: string
  • key: string
  • OptionalpollChallengeStatus?: boolean
  • pollInterval: number
  • pollRetries: number
  • type: "POLLING"