Skip to content

Commit

Permalink
fix: introduce Message for deleteService
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed May 30, 2023
1 parent 5946364 commit d1aad65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/service/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ export type GPUStats = {
used_memory: number | null,
memory_percentage: number | null,
}
export type Message = {
message: string;
};

export type DownloadMessage = {
status: string;
Expand Down

0 comments on commit d1aad65

Please sign in to comment.