mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 10:33:49 +00:00
Migrate servers reducer to typescript
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { MercureInfo } from '../mercure/reducers/mercureInfo';
|
||||
import { ServersMap } from '../servers/reducers/servers';
|
||||
|
||||
export type ConnectDecorator = (props: string[], actions?: string[]) => any;
|
||||
|
||||
export interface ShlinkState {
|
||||
servers: any;
|
||||
servers: ServersMap;
|
||||
selectedServer: any;
|
||||
shortUrlsList: any;
|
||||
shortUrlsListParams: any;
|
||||
|
||||
Reference in New Issue
Block a user