ff-webpage/types/collection/operation.ts

6 lines
135 B
TypeScript
Raw Normal View History

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