mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 00:29:31 +00:00
fix DownloadAggsType
This commit is contained in:
@@ -7,11 +7,9 @@ type DownloadAggsBucket = {
|
||||
};
|
||||
|
||||
export type DownloadAggsType = {
|
||||
channel_downloads: {
|
||||
doc_count_error_upper_bound: number;
|
||||
sum_other_doc_count: number;
|
||||
buckets: DownloadAggsBucket[];
|
||||
};
|
||||
doc_count_error_upper_bound: number;
|
||||
sum_other_doc_count: number;
|
||||
buckets: DownloadAggsBucket[];
|
||||
};
|
||||
|
||||
const loadDownloadAggs = async (showIgnored: boolean): Promise<DownloadAggsType> => {
|
||||
|
||||
Reference in New Issue
Block a user