Skip to main content
Control object returned by resendManager method
Example
export interface ResendControl {
  startResend: () => void;
}

Properties

startResend
void