backend
Preparing search index...
books/dto/create-book.dto
CreateBookDto
Class CreateBookDto
Index
Constructors
constructor
Properties
author
Id?
description
genre
Names
google
Book
Id?
isbns
latest
Publication
Year?
open
Library
Id?
original
Publication
Year?
original
Publisher?
page
Number?
title
Constructors
constructor
new
CreateBookDto
()
:
CreateBookDto
Returns
CreateBookDto
Properties
Optional
author
Id
authorId
?:
string
description
description
:
string
genre
Names
genreNames
:
string
[]
Optional
google
Book
Id
googleBookId
?:
string
isbns
isbns
:
string
[]
Optional
latest
Publication
Year
latestPublicationYear
?:
number
Optional
open
Library
Id
openLibraryId
?:
string
Optional
original
Publication
Year
originalPublicationYear
?:
number
Optional
original
Publisher
originalPublisher
?:
string
Optional
page
Number
pageNumber
?:
number
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
author
Id
description
genre
Names
google
Book
Id
isbns
latest
Publication
Year
open
Library
Id
original
Publication
Year
original
Publisher
page
Number
title
backend
Loading...