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>
18 lines
398 B
Text
18 lines
398 B
Text
/**
|
|
* @internal
|
|
*
|
|
* Used for awsQueryCompatibility trait.
|
|
*/
|
|
export declare const _toStr: (val: unknown) => string | undefined;
|
|
/**
|
|
* @internal
|
|
*
|
|
* Used for awsQueryCompatibility trait.
|
|
*/
|
|
export declare const _toBool: (val: unknown) => boolean | undefined;
|
|
/**
|
|
* @internal
|
|
*
|
|
* Used for awsQueryCompatibility trait.
|
|
*/
|
|
export declare const _toNum: (val: unknown) => number | undefined;
|