@forge/jira-bridge

0.40.10.40.1-experimental-04cc2b9
out/custom-field/types.d.ts
~out/custom-field/types.d.tsModified
+1−1
Index: package/out/custom-field/types.d.ts
===================================================================
--- package/out/custom-field/types.d.ts
+++ package/out/custom-field/types.d.ts
@@ -1,5 +1,5 @@
-export declare type FieldData = {
+export type FieldData = {
     fieldValue: unknown;
 };
 export interface CustomFieldInternalAPI {
     actions: {