MCPcopy
hub / github.com/Peppermint-Lab/peppermint / PermissionGroup

Interface PermissionGroup

apps/client/@/shadcn/lib/types/permissions.ts:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101// Helper type for permission groups
102export interface PermissionGroup {
103 category: PermissionCategory;
104 permissions: Permission[];
105}
106
107export const PERMISSIONS_CONFIG = [
108 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected