Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
e4ffd027be
commit
9a7382101b
@@ -36,6 +36,8 @@ export interface Vehicle {
|
||||
color: string;
|
||||
location: string;
|
||||
region: string;
|
||||
province: string | null;
|
||||
city: string | null;
|
||||
status: 'Operating' | 'Inventory' | 'Pending' | 'Abnormal';
|
||||
ownership: string;
|
||||
rentCompany: string;
|
||||
|
||||
Reference in New Issue
Block a user