Rocky_Mountain_Vending/.pnpm-store/v10/files/bd/46a9c7fc5c735cde09b1dd6c286fb7924024ebe3d19cd67857d9467a7e7ee0b46fb98b15eb70af3f34a9ebdf3909e68e767ad8262097b85c4aa635aea68873
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

9 lines
No EOL
196 B
Text

export interface ExportResult {
code: ExportResultCode;
error?: Error;
}
export declare enum ExportResultCode {
SUCCESS = 0,
FAILED = 1
}
//# sourceMappingURL=ExportResult.d.ts.map