/**
 * Flowtype definitions for UserActivity
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.14.1
 */

export type UserActivity = {
  last_access_method: string,
  last_activity: string,
  location: string,
  location_url: string,
  status: string,
  username: string,
  ...
};
