projex
Version:
A command line to manage the workflow
9 lines (8 loc) • 435 B
TypeScript
import { ConfigVtexJson } from '../../../../../shared/index';
/**
* The `saveVtexConfig` function saves the Vtex configuration provided as input to the appropriate
* configuration files.
* @param {ConfigVtexJson} configuration - The `configuration` parameter is an object of type
* `ConfigVtexJson` which contains the following properties:
*/
export declare const saveVtexConfig: (configuration: ConfigVtexJson) => Promise<void>;