backend
Preparing search index...
authors/dto/create-author.dto
CreateAuthorDto
Class CreateAuthorDto
Index
Constructors
constructor
Properties
bio?
birth
Date?
name
nationality?
open
Library
Id?
subjects?
top
Works?
Constructors
constructor
new
CreateAuthorDto
()
:
CreateAuthorDto
Returns
CreateAuthorDto
Properties
Optional
bio
bio
?:
string
Optional
birth
Date
birthDate
?:
Date
name
name
:
string
Optional
nationality
nationality
?:
string
Optional
open
Library
Id
openLibraryId
?:
string
Optional
subjects
subjects
?:
string
Optional
top
Works
topWorks
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bio
birth
Date
name
nationality
open
Library
Id
subjects
top
Works
backend
Loading...