feat: compose editor as a page (#804)
This commit is contained in:
parent
9d5269e0c0
commit
272fb4a13d
7 changed files with 100 additions and 17 deletions
|
@ -61,6 +61,7 @@ export interface Draft {
|
|||
initialText?: string
|
||||
params: MarkNonNullable<Mutable<CreateStatusParams>, 'status' | 'language' | 'sensitive' | 'spoilerText' | 'visibility'>
|
||||
attachments: Attachment[]
|
||||
lastUpdated: number
|
||||
}
|
||||
export type DraftMap = Record<string, Draft>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue