export default interface Media { id: string; url: string; path: string; alt: string; size: number; type: string; }