mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
Clean up api.
This commit is contained in:
parent
0335fd3529
commit
3461342601
2 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ const unitTypes = ['year', 'month', 'hour', 'day'];
|
||||||
|
|
||||||
export interface WebsitePageviewRequestQuery {
|
export interface WebsitePageviewRequestQuery {
|
||||||
id: string;
|
id: string;
|
||||||
websiteId: string;
|
|
||||||
startAt: number;
|
startAt: number;
|
||||||
endAt: number;
|
endAt: number;
|
||||||
unit: string;
|
unit: string;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ import { getWebsiteStats } from 'queries';
|
||||||
|
|
||||||
export interface WebsiteStatsRequestQuery {
|
export interface WebsiteStatsRequestQuery {
|
||||||
id: string;
|
id: string;
|
||||||
type: string;
|
|
||||||
startAt: number;
|
startAt: number;
|
||||||
endAt: number;
|
endAt: number;
|
||||||
url: string;
|
url: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue