Edit File: invalid-iac-file.d.ts
import { CustomError } from './custom-error'; export declare function NotSupportedIacFileErrorMsg(fileName: string): string; export declare function IllegalIacFileErrorMsg(fileName: string): string; export declare function NotSupportedIacFileError(fileName: string): CustomError; export declare function IllegalIacCustomError(fileName: string): CustomError; export declare function InvalidK8SFileError(errorMsg: string): CustomError; export declare function IllegalTerraformFileError(atLocations: string[], reason: string): CustomError; export declare function NotSupportedIacAllProjects(path: string): CustomError;
Back to File Manager