> ## 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

resendManager メソッドが返す制御オブジェクト

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

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

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