mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
HistoryEntryUpdateDto: Add doc comments
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
6a21665c3e
commit
c38019b0f2
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
import { IsBoolean } from 'class-validator';
|
||||
|
||||
export class HistoryEntryUpdateDto {
|
||||
/**
|
||||
* True if the note should be pinned
|
||||
*/
|
||||
@IsBoolean()
|
||||
pinStatus: boolean;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue