| 3 | import { User } from './types' |
| 4 | |
| 5 | interface OuterProps { |
| 6 | userId: string |
| 7 | } |
| 8 | |
| 9 | interface InnerProps extends OuterProps { |
| 10 | userFetch: PromiseState<User> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…