import { Nullable } from "@/helpers"; import { Internship } from "@/data"; export const emptyInternship: Nullable = { endDate: null, startDate: null, type: null, program: null, isAccepted: false, lengthInWeeks: 0, }