export interface UseResendOptions { timeoutSeconds?: number; onTimeout?: () => void; }
10
Was this page helpful?