Skip to content
Snippets Groups Projects
poll.model.ts 92 B
Newer Older
  • Learn to ignore specific revisions
  • Guilhem CARRON's avatar
    Guilhem CARRON committed
    export interface IPoll {
      year: number
      month: number
      question: string
      link: string
    }