UNPKG

@baqhub/cli

Version:

The official command line interface for the BAQ federated app platform.

4 lines (3 loc) 227 B
import { ProfileFile } from "./files/profileFile.js"; import { ProjectFile } from "./files/projectFile.js"; export declare function restoreProject(projectFile: ProjectFile, profileFile: ProfileFile | undefined): Promise<void>;