import { TAbstractFile, } from 'obsidian'; export interface GeneralContentOptions { items: Array; initValue: Array; func: Function; }