Skip to content

Commit 39a323e

Browse files
committed
feat: Add topic field to user and star types
1 parent 809733c commit 39a323e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vite-project/src/types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export interface UserModel {
1616
location?: string;
1717
created_at: DateTime;
1818
updated_at: DateTime;
19+
topic: string[];
1920
}
2021

2122

@@ -43,6 +44,7 @@ export interface Repository {
4344
updated_at: DateTime;
4445
created_by: string;
4546
avatar?: string;
47+
topic: string[];
4648
}
4749

4850
export interface Star {

0 commit comments

Comments
 (0)