update getAllwebsites, match usage query with api / cloud call
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user