export interface Media {
    filename: string;
    type: string;
    url: string;
}
