You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we have a lot of generics around environment and maybe that is ok but it would be review how that would work in context of App. Application would become a type that would define a generic which then can be used to pull other parts like config, payload etc..
// maybe we need to have App Config defined in the same way as we have Handler// type Input = {D: dependencies, C: config, R: result, L: logger, P: Payload}// App<Input, Output>
The text was updated successfully, but these errors were encountered:
At the moment we have a lot of generics around
environment
and maybe that is ok but it would be review how that would work in context ofApp
. Application would become a type that would define a generic which then can be used to pull other parts likeconfig
,payload
etc..The text was updated successfully, but these errors were encountered: