Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type { IdMap } from './IdMap';
|
||||
import type { PackageId } from './PackageId';
|
||||
import type { VolumeId } from './VolumeId';
|
||||
export type MountTarget = {
|
||||
packageId: PackageId;
|
||||
volumeId: VolumeId;
|
||||
subpath: string | null;
|
||||
readonly: boolean;
|
||||
idmap: Array<IdMap>;
|
||||
};
|
||||
Reference in New Issue
Block a user