Skip to content

Commit

Permalink
Update id type for Restore interface
Browse files Browse the repository at this point in the history
  • Loading branch information
doracretu3pillar committed Nov 7, 2024
1 parent 67f2276 commit 0ab4e25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface RestoreResponse {
}

export interface Restore extends Omit<Backup, 'created' | 'status' | 'mode' | 'folder'> {
id?: number;
id: string;
artifactId: string;
started: number;
finished: number | null;
Expand Down

0 comments on commit 0ab4e25

Please sign in to comment.