Refactor itemtype loading
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
export interface IItemType {
|
||||
icon?: string;
|
||||
viewer?: string;
|
||||
editor?: string;
|
||||
isFolder?: boolean;
|
||||
iconColor?: string;
|
||||
}
|
||||
export interface IItemType {
|
||||
icon?: string;
|
||||
viewer?: string;
|
||||
editor?: string;
|
||||
isFolder?: boolean;
|
||||
iconColor?: string;
|
||||
extraAttributes?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user