mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
user details page
This commit is contained in:
@@ -100,3 +100,11 @@ export interface Comment {
|
||||
created_at: string;
|
||||
user: User;
|
||||
}
|
||||
|
||||
export interface CommentWithResource {
|
||||
id: number;
|
||||
content: string;
|
||||
created_at: string;
|
||||
user: User;
|
||||
resource: Resource;
|
||||
}
|
||||
|
Reference in New Issue
Block a user