Rocky_Mountain_Vending/.pnpm-store/v10/files/36/88977bb4037ec6c66200f0289d8ee635bd74091bb3beee6201ee9a328f9f0b23b457ae0bcd2fd50cb2d4f71075e2a24954b82bdb82adc10c8d915f855e796a
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
245 B
Text

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AsapScheduler extends AsyncScheduler {
flush(action?: AsyncAction<any>): void;
}
//# sourceMappingURL=AsapScheduler.d.ts.map