Skip to main content
Options for configuring resend functionality
Example
export interface StartResendOptions {
  timeoutSeconds?: number;
  onStatusChange?: OnStatusChangeCallback;
  onTimeout?: () => void;
}

Properties

onStatusChange?
onTimeout
void
timeoutSeconds?
number