#45 差分表示以外完了
This commit is contained in:
@@ -22,4 +22,16 @@ export type User = {
|
||||
inheritanceCode: string
|
||||
role: UserRole }
|
||||
|
||||
export type WikiPage = {
|
||||
id: number
|
||||
title: string
|
||||
updated_at?: string }
|
||||
|
||||
export type WikiPageChange = {
|
||||
sha: string
|
||||
wiki_page: WikiPage
|
||||
user: User
|
||||
change_type: string
|
||||
timestamp: string }
|
||||
|
||||
export type UserRole = typeof USER_ROLES[number]
|
||||
|
||||
Reference in New Issue
Block a user