Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 29136f6

Browse files
authored
feat: add clientVersion to SentinelMeta type (#587)
1 parent 70cdb18 commit 29136f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export type SentinelMeta = {
99
feature?: Feature;
1010
kind?: Kind;
1111
client?: string;
12+
clientVersion?: string;
1213
wallet?: string;
1314
origin?: string;
1415
};

0 commit comments

Comments
 (0)