# HasPermsToAssignOptions

`interface` in `gateway` · v0.6.0

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

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

```ts
interface HasPermsToAssignOptions
```

## Properties

### noticeOverrides

```ts
noticeOverrides: AssignRoleNoticeOverrides;
```

### targetRole

```ts
targetRole: Role;
```
