@forge/manifest

12.9.012.9.0-experimental-04cc2b9
out/utils/manifest-parser.d.ts
~out/utils/manifest-parser.d.tsModified
+2−2
Index: package/out/utils/manifest-parser.d.ts
===================================================================
--- package/out/utils/manifest-parser.d.ts
+++ package/out/utils/manifest-parser.d.ts
@@ -4,15 +4,15 @@
     getAttributes(): {
         isUserError: boolean;
     };
 }
-export declare type ManifestParserInput<T> = {
+export type ManifestParserInput<T> = {
     content: string;
     filePath: string;
 };
 export declare class ManifestParser {
     private manifestInterpolator;
     constructor(manifestInterpolator: ManifestInterpolatorManager);
-    parseManifest<T>(input: ManifestParserInput<T>): import("../index").ManifestSchema;
+    parseManifest<T>(input: ManifestParserInput<T>): import("..").ManifestSchema;
     parseManifestAsString<T>(input: ManifestParserInput<T>): string;
 }
 //# sourceMappingURL=manifest-parser.d.ts.map
\ No newline at end of file