diff --git a/plugins/backstage-plugin-flux/src/hooks/query.ts b/plugins/backstage-plugin-flux/src/hooks/query.ts index 42efdd4..df4a898 100644 --- a/plugins/backstage-plugin-flux/src/hooks/query.ts +++ b/plugins/backstage-plugin-flux/src/hooks/query.ts @@ -83,15 +83,6 @@ export interface Response { errors?: Error[]; } -/** - * @public - */ -export interface KustomizationsResponse { - data?: Kustomization[]; - loading: boolean; - errors?: Error[]; -} - /** * Query for the HelmReleases associated with this Entity. * @public