ff-webpage/types/collection/vehicle.ts

7 lines
185 B
TypeScript
Raw Normal View History

2024-11-03 14:34:48 +00:00
import type BaseImage from "../component/baseImage";
import type BaseCollection from "./baseCollection";
export default interface Vehicle extends BaseCollection {
date: undefined;
}