interface ApiType { [key: string]: string; getGoodsList: string; getJDGoodsStock: string; getCategoryAllList: string; getSelfGoodsFlag: string; getSelfGoodsFlagCategory: string; getDgssCityAllList: string; getGoodsListForTemplate: string; addGoodsToTemplate: string; } declare const Api: ApiType; export default Api;