Skip to content

@pbvex/protocol / EnvArgDescriptor

Type Alias: EnvArgDescriptor

EnvArgDescriptor = Readonly<{ name?: string; type: "value" | "envVar"; value?: string; }>

Generated API reference. Source of truth is the codebase.