Type alias CraftingAccounts

CraftingAccounts: {
    craftableItem: CraftableItem;
    craftingFacility: CraftingFacility;
    craftingProcess: CraftingProcess;
    domain: CraftingDomain;
    recipe: Recipe;
    recipeCategory: RecipeCategory;
}

Type declaration

Generated using TypeDoc