| 1 | import { Cause, Context, Effect, Layer, Schema, Stream } from "effect" |
| 2 | import * as Option from "effect/Option" |
| 3 | import { Auth, type Auth as AuthDef } from "./auth" |
| 4 | import { Endpoint, type EndpointPatch } from "./endpoint" |
nothing calls this directly
no test coverage detected