[chore] Use satisfies syntax for server routes types

This commit is contained in:
2023-01-10 13:02:19 +01:00
parent 25bb949a13
commit 47ea21569d
16 changed files with 35 additions and 48 deletions

View File

@@ -37,4 +37,4 @@ export const POST = (async ({ request, fetch }) => {
}), {
status: 200
})
}) satisfies RequestHandler
}) satisfies RequestHandler