fix: add showId to episode metadata type

This commit is contained in:
Hossein Mehrabi 2023-08-16 15:25:19 +03:30
parent a492a1d595
commit cf08abfcb5
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ export namespace LPE {
authors: Author.Document[]
publishedAt: string
episodeNumber: number
showId?: string
featured?: boolean
highlighted?: boolean
coverImage?: Post.ImageBlock