Type alias Video

Video: {
    date?: string;
    imageUrl: string;
    link: string;
    position: number;
    snippet: string;
    title: string;
}

Type declaration

  • Optional date?: string
  • imageUrl: string
  • link: string
  • position: number
  • snippet: string
  • title: string

Generated using TypeDoc