Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Feb 17, 2024
1 parent 1190576 commit ba7b745
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/fetch_deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ import {

export type Deployment = Fetched_Deployment | Unfetched_Deployment;

// TODO ideally all of the deployments stuff would be in a different repo,
// but this usage of `Package_Meta` would cause a circular dependency between this repo and that one,
// so maybe `Package_Meta` belongs in Gro?
export interface Fetched_Deployment extends Package_Meta {
check_runs: Github_Check_Runs_Item | null;
pull_requests: Github_Pull_Request[] | null;
Expand Down

0 comments on commit ba7b745

Please sign in to comment.