Rocky_Mountain_Vending/.pnpm-store/v10/files/72/3bfd5285fda79c6fd0da4f5ff2fe0e00527254aacfbf44f0171804b2879b05f0fd1e9c33ec373caf66c6fdaab0e4c4c1628533a261364289797309cb249078
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

3 lines
160 B
Text

import { Profile } from "@smithy/types";
import { SsoProfile } from "./types";
export declare const isSsoProfile: (arg: Profile) => arg is Partial<SsoProfile>;