Hyperlinkv0.8.0-beta.28

DynamicConfig

DynamicConfig.AllConfiginterfacesrc/DynamicConfig.ts:340

The combined, yieldable-as-a-whole form of a config (like Config.all): yield* allCfg resolves every field into one object. No per-field accessors — make has those; pass either into the other to convert.

modelsmake
export interface AllConfig<Bag extends FieldRecord>
  extends Effect.Effect<BagShape<Bag>, Config.ConfigError> {
  readonly [AllTypeId]: Bag;
}
Referenced by 2 symbols