@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
11 lines • 366 B
TypeScript
import { ContainerType } from '../types/container/ContainerType';
type Options = {
name: string;
type?: ContainerType;
path?: string;
proxyPort?: number;
networkFilter?: boolean;
};
export declare function containerStartCommandAlternative(options: Options): Promise<void>;
export {};
//# sourceMappingURL=containerStartCommandAlternative.d.ts.map