diff --git a/plugins/permission-common/src/types/permission.ts b/plugins/permission-common/src/types/permission.ts index be820f1821..ebfdadb48b 100644 --- a/plugins/permission-common/src/types/permission.ts +++ b/plugins/permission-common/src/types/permission.ts @@ -47,7 +47,7 @@ export type PermissionBase = { * depend on the type. For example, a `resourceRef` should only be provided * when authorizing permissions of type 'resource'. */ - type: TType; + type: TType; // Property appears on separate object to prevent expansion of Permission types in api reports. } & TFields; /**