import type BaseCollection from "./baseCollection";
export default interface Operation extends BaseCollection {
image: undefined;
}