export interface YoutubeConfig {
    apiKey: string;
    apiURL: string;
}
