Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jtary committed Aug 30, 2023
1 parent 3a300b2 commit 2bc58aa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/sdl/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,19 +257,4 @@ export type Attribute = {

export type v3DeploymentGroup = any;

// export type v3DeploymentGroup = {
// dgroup: {
// name: string,
// resources: v3ComputeResources[],
// requirements: {
// attributes: Attributes,
// signedBy: SignedBy,
// }
// },
// mgroup: {
// name: string,
// },
// boundComputes: Record<string, any>,
// }

export type Attributes = Attribute[];

0 comments on commit 2bc58aa

Please sign in to comment.