summaryrefslogtreecommitdiff
path: root/nodejs/lib/errors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'nodejs/lib/errors.ts')
-rw-r--r--nodejs/lib/errors.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/nodejs/lib/errors.ts b/nodejs/lib/errors.ts
index f9dca89..c560ee8 100644
--- a/nodejs/lib/errors.ts
+++ b/nodejs/lib/errors.ts
@@ -1,5 +1,10 @@
import { Cooldown } from './types.ts';
+export type ContractDeadlineExpired = {
+ contractId: string;
+ deadline: Date;
+};
+
export type MarketTradeVolumeError = {
waypointSymbol: string;
tradeSymbol: string;