export default interface CaseLoad { caseLoadId: string; description: string; type: string; caseloadFunction: string; currentlyActive: boolean; }