mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-06 14:23:30 -04:00
8 lines
130 B
TypeScript
8 lines
130 B
TypeScript
import type { QueryClient } from 'react-query/types';
|
|
|
|
declare global {
|
|
interface Window {
|
|
ReactQueryClient: QueryClient;
|
|
}
|
|
}
|