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

Properties

onTimeout
void
timeoutSeconds?
number