mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +00:00
Created test for HttpClient
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
export type MediaMatcher = (query: string) => MediaQueryList;
|
||||
|
||||
export type Fetch = typeof window.fetch;
|
||||
|
||||
export type JsonFetch = <T>(url: string, options?: RequestInit) => Promise<T>;
|
||||
|
||||
Reference in New Issue
Block a user