release-2021-06-01 packages/core-plugin-api/src/apis/system/ApiRef.ts:27

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-14 14:03:55 -05:00
parent e56c95a941
commit 345dcea560
41 changed files with 0 additions and 57 deletions
-2
View File
@@ -20,12 +20,10 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const techdocsStorageApiRef = createApiRef<TechDocsStorageApi>({
id: 'plugin.techdocs.storageservice',
description: 'Used to make requests towards the techdocs storage',
});
export const techdocsApiRef = createApiRef<TechDocsApi>({
id: 'plugin.techdocs.service',
description: 'Used to make requests towards techdocs API',
});
export type SyncResult = 'cached' | 'updated';