Vincent Nikolayev
Results
1
comments of
Vincent Nikolayev
Correction, to get proper type checking the interface can probably look something like: ``` type TInternalDefault = Record; interface Request { event: TEvent context: TContext response: TResult | null error:...