Rocky_Mountain_Vending/.pnpm-store/v10/files/4a/1579bb753be15b5352fa43ece2ccb868f97f60ead1b2e402562675e57a8cbc4e2c66a5965730fe05690682387b32c77d4211646d46af4c27f5f354144241fe
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
232 B
Text

declare class FileError extends Error {
private constructor(msg: string)
readonly code: string
readonly operation?: string
readonly path?: string
readonly destination?: string
readonly fd?: number
}
export = FileError