@forge/manifest

12.1.0-next.2-experimental-d99730712.1.0-next.3-experimental-44a932f
out/validators/twg-preview-scopes-validator.d.ts
out/validators/twg-preview-scopes-validator.d.ts
+7
Index: package/out/validators/twg-preview-scopes-validator.d.ts
===================================================================
--- package/out/validators/twg-preview-scopes-validator.d.ts
+++ package/out/validators/twg-preview-scopes-validator.d.ts
@@ -0,0 +1,7 @@
+import { ValidatorInterface } from './validator-interface';
+import { ManifestObject, ManifestValidationResult } from '../types';
+import { ManifestSchema } from '../schema/manifest';
+export declare class TwgPreviewScopesValidator implements ValidatorInterface<ManifestObject<ManifestSchema> | undefined, ManifestSchema> {
+    validate(manifest: ManifestObject<ManifestSchema> | undefined): Promise<ManifestValidationResult<ManifestSchema>>;
+}
+//# sourceMappingURL=twg-preview-scopes-validator.d.ts.map
\ No newline at end of file