Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Mar 4, 2024
1 parent c63eaf7 commit 463b9c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/scheduling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,3 @@ export type SchedulingRequest = {
specification_revision: number;
status: 'success' | 'failed' | 'incomplete' | 'pending';
};

export type SchedulingRequestSlim = Pick<SchedulingRequest, 'canceled' | 'specification_id' | 'status'>;

0 comments on commit 463b9c4

Please sign in to comment.