Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
state.ts 141 B
import { DegreePlannerState } from '@app/degree-planner/store/state';

export interface GlobalState {
  degreePlanner: DegreePlannerState;
}