Skip to content

Commit

Permalink
fix: rename supportsMaxDepth
Browse files Browse the repository at this point in the history
Co-authored-by: Pooya Parsa <[email protected]>
  • Loading branch information
43081j and pi0 authored Dec 30, 2024
1 parent f71ddc7 commit cd78b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export type GetKeysOptions = TransactionOptions & {
};

export interface DriverFlags {
supportsMaxDepth?: boolean;
maxDepth?: boolean;
ttl?: boolean;
}

export interface Driver<OptionsT = any, InstanceT = any> {
Expand Down

0 comments on commit cd78b37

Please sign in to comment.