Rocky_Mountain_Vending/.pnpm-store/v10/files/14/1194fc73d11dad4796847ee34f00e9eb18c502f85d04d1f3dfb18cc154841f1a742960f5820e58fb62b0ce65075e13d0acd82c00b0060594a8ce214e3b6799
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
254 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";