Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/17bc610330b2bf6083cb34f8e48544a7bbbaa44fafc56416dc8685c6b6c4670e03668293c66de0b618b01fc0ed224f026e834071635f0cc7d13aa90af5df91
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

6 lines
No EOL
216 B
Text

export declare class SubscriptionLog {
subscribedFrame: number;
unsubscribedFrame: number;
constructor(subscribedFrame: number, unsubscribedFrame?: number);
}
//# sourceMappingURL=SubscriptionLog.d.ts.map