mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
cli
This commit is contained in:
parent
2054a4aeec
commit
23acc3b5fd
|
@ -4,7 +4,7 @@ import knex from 'knex';
|
|||
import type { Knex } from 'knex';
|
||||
import { AGServer } from 'socketcluster-server';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-types
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
type KnexFunction = <TRecord extends {} = any, TResult = unknown[]>(
|
||||
config: Knex.Config | string,
|
||||
) => Knex<TRecord, TResult>;
|
||||
|
|
Loading…
Reference in New Issue
Block a user