This commit is contained in:
@@ -121,6 +121,7 @@ export type Platform = typeof PLATFORMS[number]
|
||||
|
||||
export type Post = {
|
||||
id: number
|
||||
versionNo: number
|
||||
url: string
|
||||
title: string | null
|
||||
thumbnail: string | null
|
||||
@@ -146,6 +147,7 @@ export type PostTagChange = {
|
||||
|
||||
export type PostVersion = {
|
||||
postId: number
|
||||
latestVersionNo: number
|
||||
versionNo: number
|
||||
eventType: 'create' | 'update' | 'discard' | 'restore'
|
||||
title: { current: string | null; prev: string | null }
|
||||
|
||||
Reference in New Issue
Block a user