namespace VitDeck.Exporter
{
    public class ExportResult
    {
        public string log;
        public string exportFilePath;
        public bool exportResult;
    }
}