Rocky_Mountain_Vending/.pnpm-store/v10/files/b7/0de371273acfc353287c090c1e657713ed03c502e273120666c749e84c9ed470cc744d15073c457898104afbba8371d3aa729d8ba38e7699ff03ce2b2fba20
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

5 lines
229 B
Text

export var HttpApiKeyAuthLocation;
(function (HttpApiKeyAuthLocation) {
HttpApiKeyAuthLocation["HEADER"] = "header";
HttpApiKeyAuthLocation["QUERY"] = "query";
})(HttpApiKeyAuthLocation || (HttpApiKeyAuthLocation = {}));