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

export type Header = {
  id: number,
  content: string,
  content_raw: {
    type: string,
    data: {
      data: string,
      format: string,
      ...
    },
    ...
  },
  discussion_id: number,
  location: "header" | "home",
  post_type: string,
  sort_order: number,
  ...
};
