Rocky_Mountain_Vending/.pnpm-store/v10/files/f1/875757975d0d7a7d4c403a64d2d561e2e00ace4febbd028bc2b2e386ab1a2b413f3a019c4bcaceaaad5417253767ca9daa4710e8594aab6ba8a6d4f51f83e8
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
188 B
Text

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