Fix CompanySubmissionData person_type

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 19:42:25 +00:00
parent 5446347546
commit 96a961d95c

View File

@@ -65,7 +65,7 @@ export interface CompanySubmissionData {
slug: string; slug: string;
company_type: 'manufacturer' | 'operator' | 'designer' | 'property_owner'; company_type: 'manufacturer' | 'operator' | 'designer' | 'property_owner';
description?: string | null; description?: string | null;
person_type?: 'company' | 'individual'; person_type?: 'company' | 'individual' | 'firm' | 'organization';
founded_year?: number | null; // Legacy field founded_year?: number | null; // Legacy field
founded_date?: string | null; founded_date?: string | null;
founded_date_precision?: string | null; founded_date_precision?: string | null;