UNPKG

payload-gatekeeper

Version:

The ultimate access control gatekeeper for Payload CMS v3 - Advanced RBAC with wildcard support, auto role assignment, and flexible configuration

7 lines 272 B
/** * Get the configured roles collection slug * This is stored globally to avoid passing it through every function */ export declare const setRolesSlug: (slug: string) => void; export declare const getRolesSlug: () => string; //# sourceMappingURL=getRolesSlug.d.ts.map