> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ResendControl

Objeto de control que devuelve el método resendManager

```ts Example theme={null}
export interface ResendControl {
  startResend: () => void;
}
```

<div id="properties">
  ## Propiedades
</div>

<ParamField body="startResend" type="void" />
