mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 09:45:37 -04:00
feat: move title and description to revision entity
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
20197d36df
commit
90df9a4e32
8 changed files with 73 additions and 29 deletions
|
@ -17,4 +17,7 @@ export interface RevisionMetadata {
|
|||
length: number
|
||||
authorUsernames: string[]
|
||||
anonymousAuthorCount: number
|
||||
title: string
|
||||
tags: string[]
|
||||
description: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue