Create the Equipment Table component
This commit is contained in:
2
astro/src/types/components/equipment.d.ts
vendored
2
astro/src/types/components/equipment.d.ts
vendored
@@ -3,7 +3,7 @@ type EquipmentTableComponent = {
|
||||
|
||||
id: string;
|
||||
title: string;
|
||||
text: string;
|
||||
text: string | null;
|
||||
items: EquipmentTableItem[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user