export interface UserOrganization { userId: string; orgId: string; startedAt: string; jobTitle: string; endedAt: string; }