Skip to content

Commit

Permalink
fix: Updated SDK Model type
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoloured committed Oct 22, 2024
1 parent 35a972e commit 5791325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/model/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export type Model = {
lastRunTime: string;
};
versions: string[];
tags: string[];
};

export type ModelRegion = {
Expand Down

0 comments on commit 5791325

Please sign in to comment.