We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e6918 commit 63b461aCopy full SHA for 63b461a
1 file changed
src/types/onyx/Transaction.ts
@@ -64,7 +64,7 @@ type Comment = {
64
comment?: string;
65
66
/** Whether the transaction is on hold */
67
- hold?: string;
+ hold?: string | null;
68
69
/** Collection of waypoints associated with the transaction */
70
waypoints?: WaypointCollection;
0 commit comments