mirror of
https://github.com/gotson/komga.git
synced 2025-12-27 19:04:28 +01:00
refactor: fix incorrect type
This commit is contained in:
parent
79cd7db589
commit
0a8aa3e4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ export interface BookMetadataUpdateDto {
|
|||
}
|
||||
|
||||
export interface BookMetadataUpdateBatchDto {
|
||||
[bookId: string]: BookMetadataUpdateBatchDto
|
||||
[bookId: string]: BookMetadataUpdateDto
|
||||
}
|
||||
|
||||
export interface AuthorDto {
|
||||
|
|
|
|||
Loading…
Reference in a new issue