mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +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 type { Knex } from 'knex';
|
||||||
import { AGServer } from 'socketcluster-server';
|
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[]>(
|
type KnexFunction = <TRecord extends {} = any, TResult = unknown[]>(
|
||||||
config: Knex.Config | string,
|
config: Knex.Config | string,
|
||||||
) => Knex<TRecord, TResult>;
|
) => Knex<TRecord, TResult>;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user