Type alias Portfolio

Portfolio: {
    cover: string;
    date: string;
    link: string;
    noteId: number;
    summary: string;
    title: string;
} & PortfolioStats

Type declaration

  • cover: string
  • date: string
  • link: string
  • noteId: number
  • summary: string
  • title: string