MCPcopy Index your code
hub / github.com/Effect-TS/effect / GetChildInfo

Interface GetChildInfo

packages/effect/test/Effect/query-nested.test.ts:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52export const GetParentChildren = Request.tagged<GetParentChildren>("GetParentChildren")
53
54export interface GetChildInfo extends Request.Request<ChildInfo> {
55 readonly _tag: "GetChildInfo"
56 readonly id: number
57}
58
59export const GetChildInfo = Request.tagged<GetChildInfo>("GetChildInfo")
60

Callers 1

getChildInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected