Skip to content
Snippets Groups Projects
Commit fd14462c authored by Lukas's avatar Lukas
Browse files

Update comment search props type

parent b5312b49
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.
Finish editing this message first!
Please register or to comment