unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
4 lines • 314 B
TypeScript
import type { IPermission } from '../../types/index.js';
import type { IUserPermission } from '../../types/stores/access-store.js';
export declare const canGrantProjectRole: (granterPermissions: IUserPermission[], receiverPermissions: IPermission[]) => boolean;
//# sourceMappingURL=can-grant-project-role.d.ts.map