1type PermissionRecord<T>: Record<string, (Permission | typeof BasePermission)[]>;
The permissions object of the command.
T
EventSubConnection
twitchfy/packages/chatbot/src/types/PermissionOrArray.ts:7