export type OrganizationAnalyticsInactiveUsers = { id: number; name: string; readonly last_login: string; };