管理和服务分离
This commit is contained in:
+6
-1
@@ -12,4 +12,9 @@ type BlogType = {
|
||||
blog_list: Blog[]
|
||||
}
|
||||
|
||||
export { Blog, BlogType }
|
||||
type User = {
|
||||
id: string,
|
||||
username: string
|
||||
}
|
||||
|
||||
export { Blog, BlogType, User }
|
||||
|
||||
Reference in New Issue
Block a user