Skip to content

Commit

Permalink
chore: Temp fix for lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed Jul 24, 2024
1 parent fba0f3c commit 895ba88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/src/vault/vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
SwapParams,
} from './types';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
type PoolClassConstructor = new (..._args: any[]) => PoolBase;
type PoolClasses = Readonly<Record<string, PoolClassConstructor>>;

Expand Down

0 comments on commit 895ba88

Please sign in to comment.