import { MyTaskItem } from "./MyTaskItem"; export interface MyTaskItemProcessor { contentTypeId: string; processor: (tasks: Array) => void; }