mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:51:13 -05:00
Fix CompanySubmissionData person_type
This commit is contained in:
@@ -65,7 +65,7 @@ export interface CompanySubmissionData {
|
||||
slug: string;
|
||||
company_type: 'manufacturer' | 'operator' | 'designer' | 'property_owner';
|
||||
description?: string | null;
|
||||
person_type?: 'company' | 'individual';
|
||||
person_type?: 'company' | 'individual' | 'firm' | 'organization';
|
||||
founded_year?: number | null; // Legacy field
|
||||
founded_date?: string | null;
|
||||
founded_date_precision?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user