Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { BackupTargetId } from './BackupTargetId';
|
||||
import type { PackageId } from './PackageId';
|
||||
import type { PasswordType } from './PasswordType';
|
||||
export type BackupParams = {
|
||||
targetId: BackupTargetId;
|
||||
oldPassword: PasswordType | null;
|
||||
packageIds: Array<PackageId> | null;
|
||||
password: PasswordType;
|
||||
};
|
||||
Reference in New Issue
Block a user