Apply suggestions from code review

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-01-14 17:33:12 +01:00
committed by GitHub
parent 4e073c72e8
commit 1505fdd60c
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ import { createPermissionIntegrationRouter } from '@backstage/plugin-permission-
/**
* Permission system integration for registering resources and permissions.
*
* See {@link @backstage/code-plugin-api#PermissionsRegistryService}
* See {@link @backstage/core-plugin-api#PermissionsRegistryService}
* and {@link https://backstage.io/docs/backend-system/core-services/permission-integrations | the service docs}
* for more information.
*
@@ -57,7 +57,7 @@ export type PermissionsRegistryServiceAddResourceTypeOptions<
*
* If this function is not provided the permission system will not be able to
* resolve conditional decisions except when requesting resources directly
* form the plugin.
* from the plugin.
*/
getResources?(resourceRefs: string[]): Promise<Array<TResource | undefined>>;
};