This commit is contained in:
Rizky 2024-02-18 08:37:36 +07:00
parent 5ecb70293f
commit e2c13afd81
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ declare global {
}) => Promise<Response>; }) => Promise<Response>;
}; };
function createServer(arg: PrasiServer): PrasiServer; function createServer(arg: PrasiServer & { api: any; db: any }): PrasiServer;
} }
` `
); );