import { OAuthConfig, OAuthUserConfig } from "."; export interface PinterestProfile extends Record { account_type: "BUSINESS" | "PINNER"; profile_image: string; website_url: string; username: string; } export default function PinterestProvider

(options: OAuthUserConfig

): OAuthConfig

; //# sourceMappingURL=pinterest.d.ts.map