mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
HistoryEntryUpdateDto: Add doc comments
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
5f71e779ef
commit
3f16a398d2
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…
Add table
Add a link
Reference in a new issue