import { DegreePlannerState } from '@app/degree-planner/store/state';

export interface GlobalState {
  degreePlanner: DegreePlannerState;
}