import { iContents } from "./iContents"; export type iContentsHandler = (contents: iContents) => iContents;