mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 03:11:13 -05:00
Fix test data generator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user