From e606f5da1d512ec18e6ae1188be672c0cefe020a Mon Sep 17 00:00:00 2001 From: NtskwK Date: Thu, 26 Mar 2026 09:56:05 +0800 Subject: style: format code and update biome schema --- packages/ui/src/models/instance.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/ui/src/models/instance.ts') diff --git a/packages/ui/src/models/instance.ts b/packages/ui/src/models/instance.ts index e1eb7c1..2f338b5 100644 --- a/packages/ui/src/models/instance.ts +++ b/packages/ui/src/models/instance.ts @@ -26,7 +26,10 @@ interface InstanceState { setActiveInstance: (instance: Instance) => Promise; duplicate: (id: string, newName: string) => Promise; exportArchive: (id: string, archivePath: string) => Promise; - importArchive: (archivePath: string, newName?: string) => Promise; + importArchive: ( + archivePath: string, + newName?: string, + ) => Promise; repair: () => Promise; get: (id: string) => Promise; } -- cgit v1.2.3-70-g09d2