Convert some selectors to Typescript

This commit is contained in:
Bogdan
2023-07-29 03:13:40 +03:00
parent eee1be784b
commit cab50b35aa
13 changed files with 86 additions and 22 deletions
@@ -12,7 +12,7 @@ interface IndexerStatusCellProps {
className: string;
enabled: boolean;
redirect: boolean;
status: IndexerStatus;
status?: IndexerStatus;
longDateFormat: string;
timeFormat: string;
component?: React.ElementType;