package config
type Sync struct {
Include []string `json:"include,omitempty"`
Exclude []string `json:"exclude,omitempty"`
}