This commit is contained in:
Rizky 2024-07-05 10:18:25 +07:00
parent a7354c0e35
commit beeb013b28
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ declare global {
server: Server;
mode: "dev" | "prod";
handle: (req: Request) => Promise<Response>;
serveStatic?: any;
serveAPI?: any;
index: { head: string[]; body: string[]; render: () => string };
prasi: { page_id?: string; params?: Record<string, any> };
}) => Promise<Response>;