@forge/cli
12.22.0-experimental-04cc2b912.23.0-next.7-experimental-44b7a12
out/custom-scopes/validation/index.d.ts~
out/custom-scopes/validation/index.d.tsModified+1−1
Index: package/out/custom-scopes/validation/index.d.ts
===================================================================
--- package/out/custom-scopes/validation/index.d.ts
+++ package/out/custom-scopes/validation/index.d.ts
@@ -1,8 +1,8 @@
import { ErrorObject } from 'ajv';
import { CustomScopesData } from '../types';
export { ErrorObject, CustomScopesData };
-export type Result = {
+export declare type Result = {
isValid: true;
data: CustomScopesData;
} | {
isValid: false;