const someCode = Effect.fn(function* (signal: AbortSignal) { const client = yield* ApiClient // Maybe? const session = yield* client.authentication.currentSession({ withResponse: false }, { signal }) return session })
© 2026 Hedgehog Software, LLC