Interface ShopDefinition

interface ShopDefinition {
    indicatorImagePath: string;
}

Properties

indicatorImagePath: string