Variable lootItemSchemaConst
lootItemSchema: (
| {
defaultValue: never[];
fields: { defaultValue: number; name: string; type: string }[];
name: string;
type: string;
}
| { defaultValue: number; fields?: undefined; name: string; type: string }
| {
defaultValue?: undefined;
fields: { defaultValue: number; name: string; type: string }[];
name: string;
type: string;
}
)[] = ...