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:
@@ -18,8 +18,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
|
||||
|
||||
export const kafkaApiRef = createApiRef<KafkaApi>({
|
||||
id: 'plugin.kafka.service',
|
||||
description:
|
||||
'Used by the Kafka plugin to make requests to accompanying backend',
|
||||
});
|
||||
|
||||
export type ConsumerGroupOffsetsResponse = {
|
||||
|
||||
Reference in New Issue
Block a user