6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
![]() |
import type { APIRoute } from '../@types/astro.js';
|
||
|
/**
|
||
|
* Endpoint used in SSR to serve optimized images
|
||
|
*/
|
||
|
export declare const get: APIRoute;
|