summary refs log tree commit diff
path: root/src/util/schemas/responses/UpdatesResponse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/responses/UpdatesResponse.ts')
-rw-r--r--src/util/schemas/responses/UpdatesResponse.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/schemas/responses/UpdatesResponse.ts b/src/util/schemas/responses/UpdatesResponse.ts
new file mode 100644
index 00000000..6b8566f4
--- /dev/null
+++ b/src/util/schemas/responses/UpdatesResponse.ts
@@ -0,0 +1,6 @@
+export interface UpdatesResponse {
+	name: string;
+	pub_date: string;
+	url: string;
+	notes: string | null;
+}