Skip to content
Snippets Groups Projects
Commit a9932e97 authored by Lukas's avatar Lukas Committed by mcfarhat
Browse files

Update comment search props type

parent 63fd6665
No related branches found
No related tags found
1 merge request!499#392_part2_simplify_URL_route_build
......@@ -96,6 +96,10 @@ declare module Explorer {
pageSize?: number;
direction?: "asc" | "desc";
dataSizeLimit?: number;
rangeSelectKey: string | undefined;
lastTimeUnitValue?: Date | string;
lastBlocksValue?: string | number;
timeUnitSelectKey?: number | string;
}
interface PermlinkSearchProps extends CommonSearchProps {
......@@ -190,13 +194,13 @@ declare module Explorer {
rank: number;
signing_key: string;
url: string;
version: string;
version: string;
vests: string;
voters_num: number;
voters_num_daily_change: number;
votes_daily_change: string;
witness_name: string;
};
};
}
interface OperationForTable {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment