@forge/jira-bridge

0.40.0-next.0-experimental-90651450.40.0-next.1
out/custom-field/index.d.ts
out/custom-field/index.d.ts
+6
Index: package/out/custom-field/index.d.ts
===================================================================
--- package/out/custom-field/index.d.ts
+++ package/out/custom-field/index.d.ts
@@ -0,0 +1,6 @@
+import { getFieldData } from './getFieldData';
+export type { FieldData } from './types';
+export declare const customFieldApi: {
+    getFieldData: typeof getFieldData;
+};
+//# sourceMappingURL=index.d.ts.map
\ No newline at end of file