update getAllwebsites, match usage query with api / cloud call

This commit is contained in:
Francis Cao 2024-05-14 09:39:04 -07:00
parent 8fc755df99
commit e701d6976b
2 changed files with 14 additions and 3 deletions

View file

@ -7,8 +7,7 @@ import * as yup from 'yup';
export interface UserUsageRequestQuery {
id: string;
startAt: string;
endAt: string;
params: { startAt: string; endAt: string };
}
export interface UserUsageRequestResponse {