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 { ...@@ -96,6 +96,10 @@ declare module Explorer {
pageSize?: number; pageSize?: number;
direction?: "asc" | "desc"; direction?: "asc" | "desc";
dataSizeLimit?: number; dataSizeLimit?: number;
rangeSelectKey: string | undefined;
lastTimeUnitValue?: Date | string;
lastBlocksValue?: string | number;
timeUnitSelectKey?: number | string;
} }
interface PermlinkSearchProps extends CommonSearchProps { interface PermlinkSearchProps extends CommonSearchProps {
...@@ -190,13 +194,13 @@ declare module Explorer { ...@@ -190,13 +194,13 @@ declare module Explorer {
rank: number; rank: number;
signing_key: string; signing_key: string;
url: string; url: string;
version: string; version: string;
vests: string; vests: string;
voters_num: number; voters_num: number;
voters_num_daily_change: number; voters_num_daily_change: number;
votes_daily_change: string; votes_daily_change: string;
witness_name: string; witness_name: string;
}; };
} }
interface OperationForTable { interface OperationForTable {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment