Clean up api.

This commit is contained in:
Brian Cao 2023-04-13 22:52:41 -07:00
parent 0335fd3529
commit 3461342601
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ const unitTypes = ['year', 'month', 'hour', 'day'];
export interface WebsitePageviewRequestQuery {
id: string;
websiteId: string;
startAt: number;
endAt: number;
unit: string;

View File

@ -7,7 +7,6 @@ import { getWebsiteStats } from 'queries';
export interface WebsiteStatsRequestQuery {
id: string;
type: string;
startAt: number;
endAt: number;
url: string;