Scaffolder workspace serialization

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-05-01 07:40:33 +02:00
parent 425b403bb2
commit 8ed3cd6fb7
+1 -1
View File
@@ -439,7 +439,7 @@ export class DatabaseTaskStore implements TaskStore {
ids: string[];
}>;
// (undocumented)
rehydrateWorkspace?(options: {
rehydrateWorkspace(options: {
taskId: string;
targetPath: string;
}): Promise<void>;