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

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