Skip to content

Commit 664864e

Browse files
committed
Täsä the iam rights logic
1 parent 61a1c96 commit 664864e

File tree

2 files changed

+6
-350
lines changed

2 files changed

+6
-350
lines changed

src/auth/IAMRights.js

Lines changed: 0 additions & 350 deletions
This file was deleted.

src/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ export type TranslatedName = {
44
en: string;
55
sv: string;
66
};
7+
8+
export type OrganisationAccess = {
9+
read?: boolean;
10+
write?: boolean;
11+
admin?: boolean;
12+
}

0 commit comments

Comments
 (0)