Fix test data generator

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 19:34:55 +00:00
parent 5adf855b04
commit 5446347546
2 changed files with 2 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ export interface RideSubmissionData {
export interface CompanySubmissionData {
name: string;
slug: string;
company_type: 'manufacturer' | 'operator' | 'designer' | 'property_owner';
description?: string | null;
person_type?: 'company' | 'individual';
founded_year?: number | null; // Legacy field