export const GET_SETUP_PROGRESS: string = 'v2/setup-progress'; /** * @param {string} step * @return {string} */ export const updateSetupProgressStep = (step: string): string => `v2/setup-progress/${encodeURIComponent(step)}`;