Skip to content

PermissionOrArray

1
type PermissionOrArray<T>: Permission | PermissionRecord<T> | typeof BasePermission;

The permissions of the command.

Type parameters

Type parameter
T extends EventSubConnection

Source

twitchfy/packages/chatbot/src/types/PermissionOrArray.ts:12