LiberTEM/LiberTEM

View on GitHub
client/src/helpers/props.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type DispatchProps<T> = {
    [P in keyof T]: T[P]
}