/** * This file was auto-generated by Fern from our API Definition. */ export type OAuthServerName = "Airtable" | "Asana" | "Attio" | "Box" | "Cal.com" | "Canva" | "ClickUp" | "Close" | "Confluence" | "Dialpad" | "DocuSign" | "Dropbox" | "Fathom" | "Figma" | "GitHub" | "GitLab" | "Gmail" | "Google Calendar" | "Google Docs" | "Google Drive" | "Google Sheets" | "Google Forms" | "HubSpot" | "Jira" | "Klaviyo" | "Linear" | "LinkedIn" | "Microsoft Teams" | "Monday" | "Moneybird" | "Notion" | "Onedrive" | "Outlook" | "MsCalendar" | "PagerDuty" | "Pipedrive" | "QuickBooks" | "Salesforce" | "Slack" | "Snowflake" | "Stripe" | "Supabase" | "Vercel" | "WordPress" | "Xero" | "Zendesk"; export declare const OAuthServerName: { readonly Airtable: "Airtable"; readonly Asana: "Asana"; readonly Attio: "Attio"; readonly Box: "Box"; readonly CalCom: "Cal.com"; readonly Canva: "Canva"; readonly ClickUp: "ClickUp"; readonly Close: "Close"; readonly Confluence: "Confluence"; readonly Dialpad: "Dialpad"; readonly DocuSign: "DocuSign"; readonly Dropbox: "Dropbox"; readonly Fathom: "Fathom"; readonly Figma: "Figma"; readonly GitHub: "GitHub"; readonly GitLab: "GitLab"; readonly Gmail: "Gmail"; readonly GoogleCalendar: "Google Calendar"; readonly GoogleDocs: "Google Docs"; readonly GoogleDrive: "Google Drive"; readonly GoogleSheets: "Google Sheets"; readonly GoogleForms: "Google Forms"; readonly HubSpot: "HubSpot"; readonly Jira: "Jira"; readonly Klaviyo: "Klaviyo"; readonly Linear: "Linear"; readonly LinkedIn: "LinkedIn"; readonly MicrosoftTeams: "Microsoft Teams"; readonly Monday: "Monday"; readonly Moneybird: "Moneybird"; readonly Notion: "Notion"; readonly Onedrive: "Onedrive"; readonly Outlook: "Outlook"; readonly MsCalendar: "MsCalendar"; readonly PagerDuty: "PagerDuty"; readonly Pipedrive: "Pipedrive"; readonly QuickBooks: "QuickBooks"; readonly Salesforce: "Salesforce"; readonly Slack: "Slack"; readonly Snowflake: "Snowflake"; readonly Stripe: "Stripe"; readonly Supabase: "Supabase"; readonly Vercel: "Vercel"; readonly WordPress: "WordPress"; readonly Xero: "Xero"; readonly Zendesk: "Zendesk"; };