vehicle and base list items
This commit is contained in:
parent
3df3ba4ebc
commit
4ea0f9b5a1
9 changed files with 61 additions and 9 deletions
|
@ -1,7 +1,8 @@
|
|||
import type Lookup from "../collection/lookup";
|
||||
import type BaseComponent from "./baseComponent";
|
||||
|
||||
export default interface SharedList extends BaseComponent {
|
||||
__component: "shared.list";
|
||||
list: string;
|
||||
enable_detail: boolean;
|
||||
lookup: Lookup;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue