import { DataSourceInterface } from "./data-source.interface"; import { Image } from "@nut-tree-fork/shared"; export type ImageReader = DataSourceInterface;