1 2 3 4 5
export class YoutubeSettings { enabled: boolean = false; clientId: string | null = null; clientSecret: string | null = null; }