export interface IAssetClass
{
	assetType: string;
}
