summary refs log tree commit diff
path: root/src/util/schemas/responses/UpdatesResponse.ts
blob: 6b8566f49f358d775a709bf6d100dbec875a6bd5 (plain) (blame)
1
2
3
4
5
6
export interface UpdatesResponse {
	name: string;
	pub_date: string;
	url: string;
	notes: string | null;
}