/** * Used to reference an environment variable by label. */ export interface ConvAiEnvVarLocator { envVarLabel: string; }