export interface ISocialLoginConfig { googleApiKey?: string; facebookApiKey?: string; discord?: { clientId: string; redirectUri: string; }; twitch?: { clientId: string; redirectUri: string; }; }