refactor: fix incorrect type

This commit is contained in:
Gauthier Roebroeck 2021-12-28 18:59:36 +08:00
parent 79cd7db589
commit 0a8aa3e4bb

View file

@ -94,7 +94,7 @@ export interface BookMetadataUpdateDto {
}
export interface BookMetadataUpdateBatchDto {
[bookId: string]: BookMetadataUpdateBatchDto
[bookId: string]: BookMetadataUpdateDto
}
export interface AuthorDto {