Skip to content

PermissionRecord

1
type PermissionRecord<T>: Record<string, (Permission | typeof BasePermission)[]>;

The permissions object of the command.

Type parameters

Type parameter
T extends EventSubConnection

Source

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