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 3ac4968 commit df89a71Copy full SHA for df89a71
ts/ngx_core.d.ts
@@ -250,7 +250,7 @@ interface NgxFetchOptions {
250
declare class SharedMemoryError extends Error {}
251
252
type NgxSharedDictValue = string | number;
253
-type NgxKeyValuePair<V> = { key: string, value: V };
+type NgxKeyValuePair<V> = [key: string, value: V];
254
255
/**
256
* Interface of a dictionary shared among the working processes.
0 commit comments