0
Fork 0
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:
Gao Sun 2024-03-18 10:04:25 +08:00
parent 0a5226c4be
commit feaca53785
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 0 additions and 20 deletions

View file

@ -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[];
}

View file

@ -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[];
}