Files

6 lines
184 B
TypeScript
Raw Permalink Normal View History

2026-03-22 20:00:13 +00:00
import type { APIRoute } from '../../@types/astro.js';
/**
* Endpoint used in dev and SSR to serve optimized images by the base image services
*/
export declare const GET: APIRoute;