import { MediaType } from "./MediaType"; export type Media = { title: string; thumbnail: string; media: string; mediaType: MediaType; };