mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2026-02-05 22:55:15 -05:00
Fix TypeScript strict mode errors
This commit is contained in:
@@ -324,9 +324,9 @@ export interface RideCoasterStat {
|
||||
ride_id: string;
|
||||
stat_name: string;
|
||||
stat_value: number;
|
||||
unit?: string | null;
|
||||
category?: string | null;
|
||||
description?: string | null;
|
||||
unit?: string;
|
||||
category?: string;
|
||||
description?: string;
|
||||
display_order: number;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
|
||||
@@ -12,7 +12,6 @@ export interface BaseItemData {
|
||||
name?: string;
|
||||
slug?: string;
|
||||
description?: string;
|
||||
[key: string]: Json;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user