Rocky_Mountain_Vending/.pnpm-store/v10/files/fe/e1d7b223cf9b7652dea84ffd9ed1e64650f84e63c1c0fdaaaf4f1ab67fd3d66ddcd98a3f9b34a4fe257c21d444805d532d2a99012452ec311f8f0e756e5c5f
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

14 lines
No EOL
270 B
Text

/**
* @license
* Copyright 2020 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export declare class TaskQueue {
#private;
constructor();
postTask<T>(task: () => Promise<T>): Promise<T>;
}
//# sourceMappingURL=TaskQueue.d.ts.map