Skip to content
Snippets Groups Projects

Resolve "Add UI for ownership tranfers"

Merged Daniel Göbel requested to merge feature/145-add-ui-for-ownership-tranfers into main
37 files
+ 2705
569
Compare changes
  • Side-by-side
  • Inline
Files
37
@@ -19,7 +19,7 @@ export type BucketPermissionIn = {
@@ -19,7 +19,7 @@ export type BucketPermissionIn = {
/**
/**
* Permission
* Permission
*/
*/
permission?: (Permission | string);
permission?: (Permission | 'READ' | 'WRITE' | 'READWRITE');
/**
/**
* UID of the grantee
* UID of the grantee
*/
*/
Loading