UNPKG

@prismatic-io/spectral

Version:

Utility library for building Prismatic connectors and code-native integrations

7 lines (6 loc) 220 B
interface RemoveComponentManifestProps { destinationDir: string; verbose: boolean; } export declare const removeComponentManifest: ({ destinationDir, verbose, }: RemoveComponentManifestProps) => void; export {};