coldbydefault-portfolio
Preparing search index...
types/library
Book
Interface Book
Author
ColdByDefault
Copyright
2025 ColdByDefault. All Rights Reserved.
interface
Book
{
amazonUrl
?:
string
;
author
:
string
;
description
?:
string
;
genre
?:
string
[]
;
goodreadsUrl
?:
string
;
id
:
string
;
imageUrl
?:
string
;
isbn
?:
string
;
pages
?:
number
;
publishedYear
?:
number
;
title
:
string
;
type
:
"book"
;
}
Hierarchy (
View Summary
)
BaseMediaItem
Book
Index
Properties
amazon
Url?
author
description?
genre?
goodreads
Url?
id
image
Url?
isbn?
pages?
published
Year?
title
type
Properties
Optional
amazon
Url
amazonUrl
?:
string
author
author
:
string
Optional
description
description
?:
string
Optional
genre
genre
?:
string
[]
Optional
goodreads
Url
goodreadsUrl
?:
string
id
id
:
string
Optional
image
Url
imageUrl
?:
string
Optional
isbn
isbn
?:
string
Optional
pages
pages
?:
number
Optional
published
Year
publishedYear
?:
number
title
title
:
string
type
type
:
"book"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amazon
Url
author
description
genre
goodreads
Url
id
image
Url
isbn
pages
published
Year
title
type
coldbydefault-portfolio
Loading...
Author
ColdByDefault
Copyright
2025 ColdByDefault. All Rights Reserved.