import { IImageModelAttributes } from "../entities/image.entity";
export interface IImageResponse extends IImageModelAttributes {
}
