Skip to content

Commit

Permalink
Update query.ts (#33)
Browse files Browse the repository at this point in the history
We don't use the KustomizationsResponse since the code to simplify
querying landed.
  • Loading branch information
bigkevmcd authored Aug 3, 2023
1 parent 2650b3f commit b915bb2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions plugins/backstage-plugin-flux/src/hooks/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ export interface Response<T> {
errors?: Error[];
}

/**
* @public
*/
export interface KustomizationsResponse {
data?: Kustomization[];
loading: boolean;
errors?: Error[];
}

/**
* Query for the HelmReleases associated with this Entity.
* @public
Expand Down

0 comments on commit b915bb2

Please sign in to comment.