import { List } from "immutable";

import { IStudentDataFieldRecord } from "./studentdatafields.types";

export const STUDENT_DATA_FIELDS_INITIAL_STATE = List<IStudentDataFieldRecord>();