coldbydefault-portfolio
Preparing search index...
types/library
Podcast
Interface Podcast
Author
ColdByDefault
Copyright
2025 ColdByDefault. All Rights Reserved.
interface
Podcast
{
appleUrl
?:
string
;
description
?:
string
;
episodes
?:
number
;
genre
?:
string
[]
;
host
:
string
;
id
:
string
;
imageUrl
?:
string
;
platform
?:
string
;
spotifyUrl
?:
string
;
title
:
string
;
type
:
"podcast"
;
}
Hierarchy (
View Summary
)
BaseMediaItem
Podcast
Index
Properties
apple
Url?
description?
episodes?
genre?
host
id
image
Url?
platform?
spotify
Url?
title
type
Properties
Optional
apple
Url
appleUrl
?:
string
Optional
description
description
?:
string
Optional
episodes
episodes
?:
number
Optional
genre
genre
?:
string
[]
host
host
:
string
id
id
:
string
Optional
image
Url
imageUrl
?:
string
Optional
platform
platform
?:
string
Optional
spotify
Url
spotifyUrl
?:
string
title
title
:
string
type
type
:
"podcast"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
apple
Url
description
episodes
genre
host
id
image
Url
platform
spotify
Url
title
type
coldbydefault-portfolio
Loading...
Author
ColdByDefault
Copyright
2025 ColdByDefault. All Rights Reserved.