@forge/react

11.17.0-experimental-04cc2b911.18.0-next.0
out/hooks/useIssueProperty.d.ts
~out/hooks/useIssueProperty.d.tsModified
+1−1
Index: package/out/hooks/useIssueProperty.d.ts
===================================================================
--- package/out/hooks/useIssueProperty.d.ts
+++ package/out/hooks/useIssueProperty.d.ts
@@ -6,6 +6,6 @@
  *  1. Current value of the property.
  *  2. A function to update the property value (with another value or an updater function). If a <retryCount> is given and an initial update fails, it automatically tries to update for another <retryCount> times (default 0).
  *  3. A function to delete the property.
  */
-export declare const useIssueProperty: <PropValue>(propertyKey: string, initValue: PropValue) => readonly [unknown, (valueUpdate: unknown, retryCount?: number) => Promise<boolean>, () => Promise<void>];
+export declare const useIssueProperty: <PropValue>(propertyKey: string, initValue: PropValue) => readonly [any, (valueUpdate: any, retryCount?: number) => Promise<boolean>, () => Promise<void>];
 //# sourceMappingURL=useIssueProperty.d.ts.map
\ No newline at end of file