diff --git a/packages/reffuse/src/ReffuseExtension.ts b/packages/reffuse/src/ReffuseExtension.ts index 8038e61..948d2c4 100644 --- a/packages/reffuse/src/ReffuseExtension.ts +++ b/packages/reffuse/src/ReffuseExtension.ts @@ -4,7 +4,7 @@ import * as ReffuseHelpers from "./ReffuseHelpers.js" import type { Merge, StaticType } from "./types.js" -class Reffuse extends ReffuseHelpers.ReffuseHelpers {} +class Reffuse extends ReffuseHelpers.ReffuseHelpers {} class MyService extends Effect.Service()("MyService", { succeed: {} @@ -39,7 +39,7 @@ export const withContexts = >( { new(): Merge< InstanceType, - { readonly contexts: readonly ReffuseContext.ReffuseContext[] } + ReffuseHelpers.ReffuseHelpers > } & StaticType