# HasPermsToAssignOptions

`interface` in `seedcord` · v0.11.0

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

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

```ts
interface HasPermsToAssignOptions
```

## Properties

### errors

```ts
errors: AssignRoleErrorCtors;
```

Optional custom error constructors

### targetRole

```ts
targetRole: Role;
```

Target role to validate for assignment
