Rocky_Mountain_Vending/.pnpm-store/v10/files/f1/dedac6e524ce42557867ab5ac6a813a8fdf6b45e713648ecf343c4e9f9c27566b7190f0b9bdd84ed0e9996cb0cdeeb1263569f4fb92ac75c02140c6e627ba2
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

10 lines
No EOL
323 B
Text

import { Attributes, AttributeValue } from '../common/Attributes';
/**
* @deprecated please use {@link Attributes}
*/
export declare type SpanAttributes = Attributes;
/**
* @deprecated please use {@link AttributeValue}
*/
export declare type SpanAttributeValue = AttributeValue;
//# sourceMappingURL=attributes.d.ts.map