client: migrate most Modals to TypeScript

This commit is contained in:
Jesse Chan
2020-09-29 00:29:10 +08:00
parent b6fe9bfdbe
commit afcabb905c
28 changed files with 342 additions and 224 deletions
+1
View File
@@ -1,6 +1,7 @@
import {TorrentStatus} from '../constants/torrentStatusMap';
export interface Duration {
years?: number;
weeks?: number;
days?: number;
hours?: number;