export type ImportRunner = { firstname: string; middlename?: string; lastname: string; team?: string; class?: string; };