UNPKG

ruch

Version:

Revolutionary React TypeScript CLI with hexagonal architecture & AI-powered development assistance. Create maintainable, scalable applications with domain-driven design and integrated AI tooling.

9 lines 414 B
import type { FileSystem } from '../utils/file-operations'; export declare const deleteDomain: (domainName: string, force?: boolean, fileSystem?: FileSystem, log?: { success: (message: string) => void; error: (message: string) => void; warning: (message: string) => void; info: (message: string) => void; log: (message: string) => void; }) => Promise<void>; //# sourceMappingURL=delete.d.ts.map