chore: profile activity empty state added (#4732)

This commit is contained in:
Anmol Singh Bhatia 2024-06-07 16:26:52 +05:30 committed by GitHub
parent a23c528396
commit 2331404d46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26 additions and 2 deletions

View file

@ -128,6 +128,7 @@ export interface IUserActivityResponse {
prev_page_results: boolean;
results: IIssueActivity[];
total_pages: number;
total_results: number;
}
export type UserAuth = {