Added missing type to iTemplateItem
This commit is contained in:
parent
fba0f4703a
commit
7377a68a9e
@ -483,6 +483,7 @@ export interface Slot
|
|||||||
export interface SlotProps
|
export interface SlotProps
|
||||||
{
|
{
|
||||||
filters: SlotFilter[]
|
filters: SlotFilter[]
|
||||||
|
MaxStackCount?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SlotFilter
|
export interface SlotFilter
|
||||||
@ -505,7 +506,7 @@ export interface StackSlot
|
|||||||
_max_count: number
|
_max_count: number
|
||||||
_props: StackSlotProps
|
_props: StackSlotProps
|
||||||
_proto: string
|
_proto: string
|
||||||
upd: any
|
upd?: any
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface StackSlotProps
|
export interface StackSlotProps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user