export type ThirdPartyIntegrationContextType = {
    google?: {
        auth: {
            clientId: string;
        };
    };
};
