export default interface AdminBadgeViewModel { id?: string, name?: string, description?: string, imageUrl?: string, forUrl?: string }