export interface Preview {
    name: string;
    type: string;
    url: string;
}
