Skip to content

Variable: ConfigIsolationSchema

Makaio Framework


Makaio Framework / contracts/client / ConfigIsolationSchema

const ConfigIsolationSchema: ZodObject<{ defaultPath: ZodString; envVar: ZodString; pathKind: ZodDefault<ZodEnum<{ directory: "directory"; file: "file"; }>>; }, $strip>

Defined in: ../../../packages/contracts/src/client/definition.ts:116

Schema for the config isolation descriptor on a client definition.

Describes the environment variable and default path the client binary uses for config isolation. Most clients accept a directory path. Some clients only expose a file-level override, so pathKind records which value shape the env var expects.