mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 19:11:12 -05:00
Fix: Resolve type incompatibility in company person_type
This commit is contained in:
@@ -16,7 +16,7 @@ export interface Company {
|
||||
slug: string;
|
||||
description?: string;
|
||||
company_type: string; // Allow any string from database
|
||||
person_type: 'company' | 'individual' | 'firm' | 'organization';
|
||||
person_type?: string; // Database returns string, validated at form level
|
||||
website_url?: string;
|
||||
founded_year?: number; // Legacy field
|
||||
founded_date?: string;
|
||||
|
||||
Reference in New Issue
Block a user