get rid of circular imports

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-10-25 10:42:11 +02:00
parent bf117d7f1e
commit 7573b65232
29 changed files with 88 additions and 83 deletions
+1 -2
View File
@@ -15,8 +15,7 @@
*/
import { JsonPrimitive } from '@backstage/types';
import { ResourcePermission } from '.';
import { Permission } from './permission';
import { Permission, ResourcePermission } from './permission';
/**
* A request with a UUID identifier, so that batched responses can be matched up with the original