mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-04 08:49:59 -04:00
PrivateAPI: Rename HistoryEntryCreationDto to HistoryEntryImportDto
As the DTO is used to import a whole list of history entries rather than creating a single history entry (there is no way of doing that at the moment) Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
fa724c2603
commit
1154894876
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
import { IsString } from 'class-validator';
|
||||
|
||||
export class HistoryEntryCreationDto {
|
||||
export class HistoryEntryImportDto {
|
||||
/**
|
||||
* ID or Alias of the note
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue