Rocky_Mountain_Vending/.pnpm-store/v10/files/02/a6c4f843e328fd99eff7e8fa463ab9357be5722db49eb95bd6b296a80591c081f24c88dd1821a3ad06b6b5e3371a2614e8c1a90b6c60be0c66ee5e64426ede
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

3 lines
No EOL
219 B
Text

import { SchedulerLike } from '../types';
export declare function schedulePromise<T>(input: PromiseLike<T>, scheduler: SchedulerLike): import("../Observable").Observable<T>;
//# sourceMappingURL=schedulePromise.d.ts.map