export interface StartResendOptions { timeoutSeconds?: number; onStatusChange?: OnStatusChangeCallback; onTimeout?: () => void; }
Was this page helpful?