@forge/manifest

9.1.0-next.39.1.0-next.4
out/utils/module-references.d.ts
out/utils/module-references.d.ts
+5−4
Index: package/out/utils/module-references.d.ts
===================================================================
--- package/out/utils/module-references.d.ts
+++ package/out/utils/module-references.d.ts
@@ -1,8 +1,9 @@
-interface FunctionOrResource {
+interface KeyedModuleEntry {
     key: string;
 }
-export declare const findInvalidFunctionReferences: (module: any, functions?: FunctionOrResource[]) => string[];
-export declare const findInvalidResourceReferences: (module: any, resources?: FunctionOrResource[]) => string[];
-export declare const findInvalidEndpointReferences: (module: any, resources?: FunctionOrResource[]) => string[];
+export declare const findInvalidFunctionReferences: (module: any, functions?: KeyedModuleEntry[]) => string[];
+export declare const findInvalidResourceReferences: (module: any, resources?: KeyedModuleEntry[]) => string[];
+export declare const findInvalidEndpointReferences: (module: any, resources?: KeyedModuleEntry[]) => string[];
+export declare const findInvalidServiceReferences: (module: any, services?: KeyedModuleEntry[]) => string[];
 export {};
 //# sourceMappingURL=module-references.d.ts.map
\ No newline at end of file