mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor: remove unused files
This commit is contained in:
parent
0a5226c4be
commit
feaca53785
2 changed files with 0 additions and 20 deletions
|
@ -1,10 +0,0 @@
|
|||
declare module 'slonik-interceptor-preset' {
|
||||
import type { Interceptor } from 'slonik';
|
||||
|
||||
export const createInterceptors: (config?: {
|
||||
benchmarkQueries: boolean;
|
||||
logQueries: boolean;
|
||||
normaliseQueries: boolean;
|
||||
transformFieldNames: boolean;
|
||||
}) => readonly Interceptor[];
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
declare module 'slonik-interceptor-preset' {
|
||||
import type { Interceptor } from '@silverhand/slonik';
|
||||
|
||||
export const createInterceptors: (config?: {
|
||||
benchmarkQueries: boolean;
|
||||
logQueries: boolean;
|
||||
normaliseQueries: boolean;
|
||||
transformFieldNames: boolean;
|
||||
}) => readonly Interceptor[];
|
||||
}
|
Loading…
Reference in a new issue