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 3ad1d60 commit c5446c2Copy full SHA for c5446c2
src/kvstore/types.ts
@@ -42,7 +42,7 @@ export interface KVStoreQuery {
42
controller?: PubKeyHex
43
protocolID?: WalletProtocol
44
tags?: string[]
45
- /**
+ /**
46
* Controls tag matching behavior when tags are specified.
47
* - 'all': Requires all specified tags to be present (default)
48
* - 'any': Requires at least one of the specified tags to be present
0 commit comments