typescript
This commit is contained in:
@@ -4,7 +4,7 @@ import type { NavigateFunction } from 'react-router-dom';
|
||||
interface ApiClient {
|
||||
get: (path: string) => Promise<{ data: unknown }>;
|
||||
post: (path: string, body?: unknown) => Promise<{ data: any }>;
|
||||
defaults: { headers: { common: Record<string, string> } };
|
||||
defaults: { headers: { common: Record<string, unknown> } };
|
||||
}
|
||||
|
||||
interface TenantOption {
|
||||
|
||||
Reference in New Issue
Block a user