Type alias Tag

Tag: {
    history: History[] | null;
    name: string;
    url: string;
}

Type declaration

  • history: History[] | null
  • name: string
  • url: string

Generated using TypeDoc