mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 09:06:20 +00:00
Infer redux types when possible
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { HttpClient } from '@shlinkio/shlink-js-sdk';
|
||||
import { ShlinkApiClient } from '@shlinkio/shlink-js-sdk';
|
||||
import type { GetState } from '../../container/types';
|
||||
import type { ServerWithId } from '../../servers/data';
|
||||
import { hasServerData } from '../../servers/data';
|
||||
import type { GetState } from '../../store';
|
||||
|
||||
const apiClients: Map<string, ShlinkApiClient> = new Map();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user