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

# ResendControl

resendManager メソッドから返される Control オブジェクト

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

<h2 id="properties">
  プロパティ
</h2>

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