Rocky_Mountain_Vending/.pnpm-store/v10/files/27/b153e9a6ba076f595462c1cf2af4be509b034f427e6d00f6de0a78c0701f00aa109dc970fad373a0f96b2f3602b9cdcf2e13e28364ee54c162d36936c626b4
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

7 lines
217 B
Text

/**
* @internal
*
* Forwards to Smithy's expectUnion function, but also ignores
* the `__type` field if it is present.
*/
export declare const awsExpectUnion: (value: unknown) => Record<string, any> | undefined;