wip fix
This commit is contained in:
parent
5ecb70293f
commit
e2c13afd81
|
|
@ -129,7 +129,7 @@ declare global {
|
|||
}) => Promise<Response>;
|
||||
};
|
||||
|
||||
function createServer(arg: PrasiServer): PrasiServer;
|
||||
function createServer(arg: PrasiServer & { api: any; db: any }): PrasiServer;
|
||||
}
|
||||
`
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue