/** * @file Config.Internal.Types.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ import type { Args, Options } from "@effect/cli"; export type FConfigBase = Record | Options.Options>; //# sourceMappingURL=Config.Internal.Types.d.ts.map