import { Author } from "./misc"; export type Tag = { name: string, author: Author, date: number }