export class FacebookSettings { enabled: boolean = false; clientId: string | null = null; clientSecret: string | null = null; }