interface ThemeFileSystemOptions {
    filters?: { ignore?: string[]; only?: string[] };
    noDelete?: boolean;
    notify?: string;
}

Properties

filters?: { ignore?: string[]; only?: string[] }
noDelete?: boolean
notify?: string