-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathindex.ts
More file actions
25 lines (23 loc) · 663 Bytes
/
Copy pathindex.ts
File metadata and controls
25 lines (23 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export type {
RoleBasedAccessControlPlugin,
RoleBaseAccessController,
RoleAssignmentResult,
RoleMutationResult,
Permission,
Role,
RbacAbility,
RbacSubject,
RbacResource,
RbacEnvironment,
RbacUser,
BearerAuthResult,
SessionAuthResult,
PatAuthResult,
SystemRole,
AuthenticatedEnvironment,
} from "./rbac.js";
export { buildJwtAbility } from "./rbac.js";
// Convenience re-exports — give plugin authors one import surface
// without reaching into @trigger.dev/core directly. Both helpers live in
// core; this is purely a forwarder.
export { sanitizeBranchName, isValidGitBranchName } from "@trigger.dev/core/v3/utils/gitBranch";