ブログ編集画面
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
type Blog = {
|
||||
blog_id: string,
|
||||
blog_type_id: string,
|
||||
blog_type_name: string,
|
||||
blog_title: string,
|
||||
blog_prex: string
|
||||
}
|
||||
|
||||
type BlogType = {
|
||||
blog_type_id: string,
|
||||
blog_type_name: string,
|
||||
blog_list: Blog[]
|
||||
}
|
||||
|
||||
export { Blog, BlogType }
|
||||
Reference in New Issue
Block a user