(id: string)
| 575 | |
| 576 | type QueryKeyB = ['queryB', string] |
| 577 | const getQueryKeyB = (id: string): QueryKeyB => ['queryB', id] |
| 578 | type GetQueryFunctionB = () => QueryFunction<string, QueryKeyB> |
| 579 | const getQueryFunctionB: GetQueryFunctionB = () => () => { |
| 580 | return '1' |
no outgoing calls
no test coverage detected
searching dependent graphs…