mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-31 17:46:17 +00:00
Migrated settings module to TS
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { MercureInfo } from '../mercure/reducers/mercureInfo';
|
||||
import { ServersMap } from '../servers/reducers/servers';
|
||||
import { SelectedServer } from '../servers/data';
|
||||
import { Settings } from '../settings/reducers/settings';
|
||||
|
||||
export type ConnectDecorator = (props: string[], actions?: string[]) => any;
|
||||
|
||||
@@ -21,7 +22,7 @@ export interface ShlinkState {
|
||||
tagDelete: any;
|
||||
tagEdit: any;
|
||||
mercureInfo: MercureInfo;
|
||||
settings: any;
|
||||
settings: Settings;
|
||||
}
|
||||
|
||||
export type GetState = () => ShlinkState;
|
||||
|
||||
Reference in New Issue
Block a user