Shu Nonaka
Shu Nonaka
## ☕️ Reasoning Currently SessionContextValue type has a problem that is TSC cannot infer type correctly. In detail, TSC cannot narrowing to { data: Session; status: "authenticated" } by comparing...
## Types of changes - [x] Bug fixes - resolves #354 - [ ] Features - resolves # - [ ] Maintenance - [ ] Documentation ## Changes - add...
## Description ### Issue cannot access to array query parameter with defined parameter name. example, defined methods **api/something/index.ts** ```typescript export type Methods = { get: { query: { value?: string[]...