Files
skills-here-run-place/node_modules/astro/dist/assets/endpoint/dev.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

6 lines
191 B
TypeScript

import type { APIRoute } from '../../types/public/common.js';
/**
* Endpoint used in dev and SSR to serve optimized images by the base image services
*/
export declare const GET: APIRoute;