Skip to content

Commit

Permalink
Täsä the iam rights logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Veikkosuhonen committed Jan 22, 2024
1 parent 61a1c96 commit 664864e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 350 deletions.
350 changes: 0 additions & 350 deletions src/auth/IAMRights.js

This file was deleted.

6 changes: 6 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ export type TranslatedName = {
en: string;
sv: string;
};

export type OrganisationAccess = {
read?: boolean;
write?: boolean;
admin?: boolean;
}

0 comments on commit 664864e

Please sign in to comment.