Forked from an inaccessible project.
-
jvanboxtel@wisc.edu authoredjvanboxtel@wisc.edu authored
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;
}