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

Interface GetChildExtra

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

Source from the content-addressed store, hash-verified

59export const GetChildInfo = Request.tagged<GetChildInfo>("GetChildInfo")
60
61export interface GetChildExtra extends Request.Request<ChildExtra> {
62 readonly _tag: "GetChildExtra"
63 readonly id: number
64}
65
66export const GetChildExtra = Request.tagged<GetChildExtra>("GetChildExtra")
67

Callers 1

getChildExtraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected