Preparing search index...
The search index is not available
@avanio/variable-util
@avanio/variable-util
EnvMapSchema
Type Alias EnvMapSchema<Output>
EnvMapSchema
:
{
[
K
in
keyof
Required
<
Output
>
]
:
undefined
extends
Output
[
K
]
?
OptionalEnvEntry
<
Output
[
K
]
>
:
RequiredEnvEntry
<
Output
[
K
]
>
|
RequiredUndefinedThrowEntry
<
Output
[
K
]
>
}
Environment map schema
Type Parameters
Output
extends
Record
<
string
,
unknown
>
Since
v0.2.15
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@avanio/variable-util
Loading...
Environment map schema