aboutsummaryrefslogtreecommitdiff
path: root/src/types/pending.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/pending.ts')
-rw-r--r--src/types/pending.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types/pending.ts b/src/types/pending.ts
index f3979ac81..15299dec4 100644
--- a/src/types/pending.ts
+++ b/src/types/pending.ts
@@ -177,4 +177,10 @@ export interface PendingOperationInfoCommon {
export interface PendingOperationsResponse {
pendingOperations: PendingOperationInfo[];
nextRetryDelay: Duration;
+
+ /**
+ * Does this response only include pending operations that
+ * are due to be executed right now?
+ */
+ onlyDue: boolean;
}