import { StructAssignmentState } from "./StructAssignmentState"; export type BaseStructUserRowData = { userId: string; state?: StructAssignmentState; stateDisplayName?: "שיבוץ זמני" | "אכ\"א" | "אג\"ת"; };