| 152 | }) {} |
| 153 | |
| 154 | class OtherItems extends Context.Service<OtherItems>()("OtherItems", { |
| 155 | make: makeRepo("OtherItem", OtherItem, {}) |
| 156 | }) { |
| 157 | static Default = Layer.effect(this, this.make).pipe( |
| 158 | Layer.provide(Layer.merge(MemoryStoreLive, RepositoryRegistryLive)) |
| 159 | ) |
| 160 | } |
| 161 | |
| 162 | const InvRsc = { |
| 163 | DoNothing, |