Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/8222fc2c89a0a32e5950ec2919193d7abf3c37f3652de9a64e736da52242e2b720d78cbd46b85730a3a7844b6cca687f21365f35de9df131c2f46447ba21f7
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

6 lines
181 B
Text

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