# HasPermsToAssignOptions

`interface` in `gateway` · v0.3.1

<https://docs.seedcord.org/packages/gateway/0.3.1/interfaces/has-perms-to-assign-options>

Options for [`hasPermsToAssign`](/packages/gateway/0.3.1/functions/has-perms-to-assign).

```ts
interface HasPermsToAssignOptions
```

## Properties

### noticeOverrides

```ts
noticeOverrides: AssignRoleNoticeOverrides;
```

### targetRole

```ts
targetRole: Role;
```
