export interface IQuote {
    _id: string;
    dialog: string;
    movie: string;
    character: string;
    id: string;
}
