@forge/manifest

12.3.1-next.012.4.0-next.1
out/validators/modules-validators/jira/validate-global-background-script.d.ts
+out/validators/modules-validators/jira/validate-global-background-script.d.tsNew file
+4
Index: package/out/validators/modules-validators/jira/validate-global-background-script.d.ts
===================================================================
--- package/out/validators/modules-validators/jira/validate-global-background-script.d.ts
+++ package/out/validators/modules-validators/jira/validate-global-background-script.d.ts
@@ -0,0 +1,4 @@
+import { Modules } from '../../../schema/manifest';
+import { ValidationError } from '../../../types';
+export declare function validateJiraGlobalBackgroundScript(modules: Modules, yamlContentByLine: string[] | undefined): ValidationError[];
+//# sourceMappingURL=validate-global-background-script.d.ts.map
\ No newline at end of file