fix typescript types

This commit is contained in:
imperosol
2025-03-07 17:56:08 +01:00
parent 0f6cda377c
commit 04c7df8ac8
4 changed files with 8 additions and 15 deletions

View File

@ -56,7 +56,6 @@ export const paginated = async <T>(
interface Request extends TDataShape {
client?: Client;
url: string;
}
interface InterceptorOptions {