export type TeamAssignment = { teamId: string; memberIds: Array; };