package config import ( "assets/consts/asset" ) type AssetConfigInterface interface { GetType() consts.AssetType }