Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(app): Define layer type aliases
this isn't a "simplification" so much as an outlining of the chunky types in this function signature. that said... it's subjectively nice to outline the definition of our layers into a `MetricsLayer<T, N>` that we can use as shorthand in the function signature of `layer(..)`. Signed-off-by: katelyn martin <[email protected]>
- Loading branch information