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

export type MailPost = {
  id: number,
  content: string,
  incoming?: boolean,
  inserted_at: string,
  unread: boolean,
  username: string,
  ...
};
