1 2 3 4 5 6
export interface UpdatesResponse { name: string; pub_date: string; url: string; notes: string | null; }