enable public report
This commit is contained in:
parent
766114bf53
commit
6aae09cd03
16 changed files with 567 additions and 7 deletions
|
@ -11,6 +11,14 @@ export interface VehicleViewModel {
|
|||
vehicleType: VehicleTypeViewModel;
|
||||
}
|
||||
|
||||
export interface MinifiedVehicleViewModel {
|
||||
id: string;
|
||||
code?: string;
|
||||
name: string;
|
||||
type: string;
|
||||
assigned: "vehicle";
|
||||
}
|
||||
|
||||
export interface CreateVehicleViewModel {
|
||||
code?: string;
|
||||
name: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue