interface UpdateSkinDTO { name?: string; descr?: string; skin?: object; } export default UpdateSkinDTO;