aboutsummaryrefslogtreecommitdiff
path: root/src/hooks/APIClient.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks/APIClient.ts')
-rw-r--r--src/hooks/APIClient.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/APIClient.ts b/src/hooks/APIClient.ts
index 1d4110c..1793843 100644
--- a/src/hooks/APIClient.ts
+++ b/src/hooks/APIClient.ts
@@ -26,7 +26,7 @@ export const useFeedback = (): Response<Feedback[]> => {
return useSWR('/feedback', fetcher);
};
-interface Release {
+export interface Release {
url: string;
description: string;
version: string;