npm package diff
Package: @forge/cli
Versions: 12.8.0-next.18-experimental-003d118 - 12.8.0-next.24
File: package/out/custom-scopes/validate/index.d.ts
Index: package/out/custom-scopes/validate/index.d.ts
===================================================================
--- package/out/custom-scopes/validate/index.d.ts
+++ package/out/custom-scopes/validate/index.d.ts
@@ -1,8 +0,0 @@
-import { CustomScopesData } from '../types';
-export interface ValidationResult {
- isValid: boolean;
- errors?: string[];
- data?: CustomScopesData;
-}
-export default function validate(value: Record<string, any>): ValidationResult;
-//# sourceMappingURL=index.d.ts.map
\ No newline at end of file