export interface GifData { result: number; gifs?: string[]; } export interface GifResponse { title?: string; gif?: string; }