export interface APIActivity {
week: string;
statuses: string;
logins: string;
registrations: string;
}