| 39 | } |
| 40 | |
| 41 | export interface GetAllParents extends Request.Request<ReadonlyArray<Parent>> { |
| 42 | readonly _tag: "GetAllParents" |
| 43 | } |
| 44 | |
| 45 | export const GetAllParents = Request.tagged<GetAllParents>("GetAllParents") |
| 46 |
no outgoing calls
no test coverage detected
searching dependent graphs…