Skip to content

Instantly share code, notes, and snippets.

@caasi
Created September 27, 2018 00:43
Show Gist options
  • Save caasi/88f2f7d1ff81ba74eda9ff8a11a60266 to your computer and use it in GitHub Desktop.
Save caasi/88f2f7d1ff81ba74eda9ff8a11a60266 to your computer and use it in GitHub Desktop.
type Entry = {
  h: {
    d: {
      f: string,
      s?: string[],
      e?: string[],
      type?: string
    }[]
  }[],
  t: string,
  stem?: string,
  tag?: string,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment