Documentation / zerotal / env / EnvOutput
Type Alias: EnvOutput<S>
EnvOutput<
S> ={ readonly [K in keyof S]: InferDef<S[K]> }
Defined in: packages/core/src/env/Def.ts:230
Infer the full output object type from an EnvSchema.define() schema map.
Type Parameters
S
S extends Record<string, Def<unknown>>