1type PermissionOrArray<T>: Permission | PermissionRecord<T> | typeof BasePermission;
The permissions of the command.
T
EventSubConnection
twitchfy/packages/chatbot/src/types/PermissionOrArray.ts:12