add latest

This commit is contained in:
2022-10-01 17:57:58 +01:00
parent 35872166ae
commit 615a5102ad
12 changed files with 103 additions and 16 deletions

View File

@@ -6,5 +6,6 @@ export interface TieredProductionChain {
export interface ProductionChain {
productionChain: string;
chainMultiplier?: string;
mermaidDefinition: string;
}