@bluecadet/launchpad-cli
Version:
CLI for @bluecadet/launchpad utilities
6 lines • 374 B
TypeScript
import { ResultAsync } from "neverthrow";
import type { LaunchpadArgv } from "../cli.js";
import { ImportError } from "../errors.js";
export declare function content(argv: LaunchpadArgv): ResultAsync<void, never>;
export declare function importLaunchpadContent(): ResultAsync<typeof import("@bluecadet/launchpad-content"), ImportError>;
//# sourceMappingURL=content.d.ts.map