Renaming
This commit is contained in:
@@ -13,3 +13,11 @@ export interface UnfetchedEntity {
|
||||
export interface Entity extends UnfetchedEntity {
|
||||
recipe?: Recipe
|
||||
}
|
||||
|
||||
export interface Group {
|
||||
name: string
|
||||
isExported?: boolean
|
||||
factories: string[]
|
||||
intermediates: string[]
|
||||
inputs: string[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user