export interface IDegreeState { inDegree: Map; outDegree: Map; totalDegree: Map; }