(input: Shape<Fields>)
| 44 | <const Id extends string, const Fields extends ConfigMap>(id: Id, fields: Fields) => { |
| 45 | class ConfigTag extends Context.Service<Self, Shape<Fields>>()(id) { |
| 46 | static configLayer(input: Shape<Fields>) { |
| 47 | return Layer.succeed(this, this.of(input)) |
| 48 | } |
| 49 | |
| 50 | static get layer() { |
| 51 | const tag = this |
no outgoing calls