export const connectStore: inquirer.ConfirmQuestion<ICommon.IAnswers> = {
    default: false,
    message: 'Do you want to connect store ?',
    name: 'isConnectStore',
    type: 'confirm'