This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
2023-04-13 15:40:51 -04:00

7 lines
108 B
TypeScript

export interface UpdatesResponse {
name: string;
pub_date: string;
url: string;
notes: string | null;
}