Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Types
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Dec 13, 2023
1 parent 65fcd94 commit 2c98268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2567,6 +2567,7 @@ export type TaskContainerCreationOpts = {
export type TaskEndDetail = {
__typename?: "TaskEndDetail";
description?: Maybe<Scalars["String"]["output"]>;
diskDevices: Array<Scalars["String"]["output"]>;
oomTracker: OomTrackerInfo;
status: Scalars["String"]["output"];
timedOut?: Maybe<Scalars["Boolean"]["output"]>;
Expand Down

0 comments on commit 2c98268

Please sign in to comment.