export type StaffMember = { id: string; displayName: string; userName: string; email: string; tenantId: number; };