This commit is contained in:
natib21
2026-07-10 11:25:59 +00:00
parent 2696ca7498
commit e6e44e773b
1146 changed files with 200266 additions and 90527 deletions

View File

@@ -0,0 +1,8 @@
/**
* Permission key type used by the vendored IAM UI (shared/super-admin/
* user-management). The source app models a permission as a string key
* (e.g. "can:viewAllRecords"); `string` keeps `.includes(p)` / `Permission[]`
* usage valid. Replace with the source app's real enum/union if stricter
* typing is needed.
*/
export type Permission = string;