bpms_site/.svn/pristine/e3/e3dfcc9e9f70d1c0c40b63aaffa31f6c78be5d14.svn-base
2025-11-02 16:38:49 +03:30

5 lines
199 B
Plaintext

export declare class ImageResponse extends Response {
static displayName: string;
constructor(...args: ConstructorParameters<typeof import('next/dist/compiled/@vercel/og').ImageResponse>);
}