# HasPermsToAssignOptions

`interface` in `gateway` · v0.1.0-next.3

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

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

```ts
interface HasPermsToAssignOptions
```

## Properties

### noticeOverrides

```ts
noticeOverrides: AssignRoleNoticeOverrides;
```

### targetRole

```ts
targetRole: Role;
```
