interface RecipeCosts {
list?: { [resourceDefName: string]: number };
stuff?: {
accepts: StuffCategoryDefId[];
categories?: ThingCategoryDefId[];
count: number;
disallows?: ThingDefId[];
};
}interface RecipeCosts {
list?: { [resourceDefName: string]: number };
stuff?: {
accepts: StuffCategoryDefId[];
categories?: ThingCategoryDefId[];
count: number;
disallows?: ThingDefId[];
};
}