An object containing the roles for each restriction type

Example

{"staff": "393814075013750315", "admin": "135013865018708735"}
interface AccessRoles {
    [key: string]: Snowflake[];
}

Indexable

[key: string]: Snowflake[]