@forge/cli
12.22.012.22.0-experimental-04cc2b9
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 declare type Result = {
+export type Result = {
isValid: true;
data: CustomScopesData;
} | {
isValid: false;