export type InstanceAnalyticsLoginResult = { readonly date: string; readonly logins_current_period: number; readonly logins_previous_period: number; };