fix: add showId to episode metadata type
This commit is contained in:
parent
a492a1d595
commit
cf08abfcb5
|
@ -174,6 +174,7 @@ export namespace LPE {
|
||||||
authors: Author.Document[]
|
authors: Author.Document[]
|
||||||
publishedAt: string
|
publishedAt: string
|
||||||
episodeNumber: number
|
episodeNumber: number
|
||||||
|
showId?: string
|
||||||
featured?: boolean
|
featured?: boolean
|
||||||
highlighted?: boolean
|
highlighted?: boolean
|
||||||
coverImage?: Post.ImageBlock
|
coverImage?: Post.ImageBlock
|
||||||
|
|
Loading…
Reference in New Issue