# PermissionScope

`type` in `core` · v0.7.0

<https://docs.seedcord.org/packages/core/0.7.0/permission-scope>

The permission flag bits a caller or the bot must hold. Pass the `PermissionFlagsBits` values from `discord-api-types/v10` (or `discord.js`).

## Declaration

```ts
type PermissionScope = readonly bigint[];
```
