mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 17:14:27 -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';
|
import { IsBoolean } from 'class-validator';
|
||||||
|
|
||||||
export class HistoryEntryUpdateDto {
|
export class HistoryEntryUpdateDto {
|
||||||
|
/**
|
||||||
|
* True if the note should be pinned
|
||||||
|
*/
|
||||||
@IsBoolean()
|
@IsBoolean()
|
||||||
pinStatus: boolean;
|
pinStatus: boolean;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue