@orangecheck/vault-core / EnvFields
Interface: EnvFields
Defined in: vault-core/src/fields.ts:77
A bundle of environment variables — the natural shape for .env files
and CI config. Each var is addressable as ocv://personal/MyEnv/KEY;
an ocv://personal/MyEnv with no field returns the whole bundle as
KEY=value lines.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-custom"></a> custom? | CustomField[] | - | vault-core/src/fields.ts:81 |
<a id="property-notes"></a> notes? | string | - | vault-core/src/fields.ts:80 |
<a id="property-vars"></a> vars | Record<string, string> | KEY → value, the env-var bundle. | vault-core/src/fields.ts:79 |