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

Properties

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