Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/3b09234b6b59cb30aec7f33672411c0b833e7c58d0ce05b24c5988ab3f32bdba24e56fd72fd296b86d0b08906c5a02166b9ae0a4b2a34ddae58ebe338b6f33
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
203 B
Text

import { Logger } from "@smithy/types";
import { SsoProfile } from "./types";
/**
* @internal
*/
export declare const validateSsoProfile: (profile: Partial<SsoProfile>, logger?: Logger) => SsoProfile;