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 85d5bf4 commit 4452117Copy full SHA for 4452117
packages/client/lib/commands/CLIENT_KILL.ts
@@ -40,7 +40,7 @@ export type ClientKillSkipMe = CLIENT_KILL_FILTERS['SKIP_ME'] | (ClientKillFilte
40
skipMe: boolean;
41
});
42
43
-export interface ClientKillMaxAge extends ClientKillFilterCommon<CLIENT_KILL_FILTERS['MANAGE']> {
+export interface ClientKillMaxAge extends ClientKillFilterCommon<CLIENT_KILL_FILTERS['MAXAGE']> {
44
maxAge: number;
45
}
46
0 commit comments