coldbydefault-portfolio
Preparing search index...
types/library
BaseMediaItem
Interface BaseMediaItem
Author
ColdByDefault
Copyright
2025 ColdByDefault. All Rights Reserved.
interface
BaseMediaItem
{
description
?:
string
;
genre
?:
string
[]
;
id
:
string
;
imageUrl
?:
string
;
title
:
string
;
}
Hierarchy (
View Summary
)
BaseMediaItem
Book
Movie
Series
Podcast
Game
Index
Properties
description?
genre?
id
image
Url?
title
Properties
Optional
description
description
?:
string
Optional
genre
genre
?:
string
[]
id
id
:
string
Optional
image
Url
imageUrl
?:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
genre
id
image
Url
title
coldbydefault-portfolio
Loading...
Author
ColdByDefault
Copyright
2025 ColdByDefault. All Rights Reserved.