vehicle and base list items
This commit is contained in:
parent
3df3ba4ebc
commit
4ea0f9b5a1
9 changed files with 61 additions and 9 deletions
6
types/collection/vehicle.ts
Normal file
6
types/collection/vehicle.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import type BaseImage from "../component/baseImage";
|
||||
import type BaseCollection from "./baseCollection";
|
||||
|
||||
export default interface Vehicle extends BaseCollection {
|
||||
date: undefined;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue