Rocky_Mountain_Vending/.pnpm-store/v10/files/09/6e3244d2cff4f5a4ea0c905225a8340c57f8aa3ec54114ccf88fd8f62a661eff2f70a6b52f02a71eca55c78e3be9e17864cb3b9aff8b06ff8d0fe4b183b356
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
244 B
Text

/**
*
*
* The tag which mentions which area variant is providing information for.
* Can be either "fips" or "dualstack".
*
* @internal
* @deprecated unused for endpointRuleSets.
*/
export type EndpointVariantTag = "fips" | "dualstack";