diff --git a/lib/config/config-types.ts b/lib/config/config-types.ts index 30b7b03..94552cc 100644 --- a/lib/config/config-types.ts +++ b/lib/config/config-types.ts @@ -67,6 +67,7 @@ export interface ValueSpecBoolean extends WithStandalone { export interface ValueSpecUnion extends WithStandalone { type: "union"; nullable: boolean; + default: null | string variants: Record; }