// 'request' is of type any here
.handle("GetSession", ({ request }) =>
auth.use((client) => client.api.getSession({
headers: request.headers
})),
)
// 'request' is of type any here
.handle("GetSession", ({ request }) =>
auth.use((client) => client.api.getSession({
headers: request.headers
})),
)