UNPKG

projex

Version:
9 lines (8 loc) 435 B
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>;