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>
10 lines
No EOL
350 B
Text
10 lines
No EOL
350 B
Text
export default Inputs;
|
|
declare class Inputs extends BaseGatherer {
|
|
/**
|
|
* @param {LH.Gatherer.Context} passContext
|
|
* @return {Promise<LH.Artifacts['Inputs']>}
|
|
*/
|
|
getArtifact(passContext: LH.Gatherer.Context): Promise<LH.Artifacts["Inputs"]>;
|
|
}
|
|
import BaseGatherer from '../base-gatherer.js';
|
|
//# sourceMappingURL=inputs.d.ts.map |