| 39 | const GetAllIds = Request.tagged<GetAllIds>("GetAllIds") |
| 40 | |
| 41 | interface GetRequestService extends Request.Request<string> { |
| 42 | readonly _tag: "GetRequestService" |
| 43 | } |
| 44 | const GetRequestService = Request.tagged<GetRequestService>("GetRequestService") |
| 45 | |
| 46 | class GetNameById extends Request.TaggedClass("GetNameById")< |
no outgoing calls
no test coverage detected
searching dependent graphs…