diff --git a/packages/client/lib/commands/CLIENT_KILL.ts b/packages/client/lib/commands/CLIENT_KILL.ts index acf538f9a5..c5eb5304c5 100644 --- a/packages/client/lib/commands/CLIENT_KILL.ts +++ b/packages/client/lib/commands/CLIENT_KILL.ts @@ -40,7 +40,7 @@ export type ClientKillSkipMe = CLIENT_KILL_FILTERS['SKIP_ME'] | (ClientKillFilte skipMe: boolean; }); -export interface ClientKillMaxAge extends ClientKillFilterCommon { +export interface ClientKillMaxAge extends ClientKillFilterCommon { maxAge: number; }