File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @badrap/libapp " : patch
3+ ---
4+
5+ Set default KvEntry value type to unknown
Original file line number Diff line number Diff line change @@ -276,9 +276,9 @@ export declare namespace API {
276276
277277 export type KvKey = KvTypes . KvKey ;
278278
279- export type KvEntry < T > = KvTypes . KvEntry < T > ;
279+ export type KvEntry < T = unknown > = KvTypes . KvEntry < T > ;
280280
281- export type KvEntryMaybe < T > = KvTypes . KvEntryMaybe < T > ;
281+ export type KvEntryMaybe < T = unknown > = KvTypes . KvEntryMaybe < T > ;
282282
283283 export type KvCheck = KvTypes . KvCheck ;
284284
@@ -292,7 +292,7 @@ export declare namespace API {
292292
293293 export type KvListOptions = KvTypes . KvListOptions ;
294294
295- export type KvListIterator < T > = KvTypes . KvListIterator < T > ;
295+ export type KvListIterator < T = unknown > = KvTypes . KvListIterator < T > ;
296296
297297 export type KvAtomicOperation = KvTypes . KvAtomicOperation ;
298298}
You can’t perform that action at this time.
0 commit comments