Rocky_Mountain_Vending/.pnpm-store/v10/files/29/9e8669d1329f06747453cd668d90b6a5a7cbdb7313576ad9b97907809f08fa592991b526e2f977d1d411bfd5f98d7c7454a585e7b2c501669feaf1d4753c7e
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

11 lines
No EOL
418 B
Text

export declare enum AttributeNames {
SOURCE = "graphql.source",
FIELD_NAME = "graphql.field.name",
FIELD_PATH = "graphql.field.path",
FIELD_TYPE = "graphql.field.type",
OPERATION_TYPE = "graphql.operation.type",
OPERATION_NAME = "graphql.operation.name",
VARIABLES = "graphql.variables.",
ERROR_VALIDATION_NAME = "graphql.validation.error"
}
//# sourceMappingURL=AttributeNames.d.ts.map