<?php

namespace CleantalkSP\SpbctWP\FSWatcher\Dto;

class FSWatcherParams
{
    public $dir_to_watch;
    public $exclude_dirs;
    public $extensions_to_watch;
    public $storage = 'file';
}
