aboutsummaryrefslogtreecommitdiff
path: root/src/lib/api.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-11-19 04:50:51 +0000
committerFuwn <[email protected]>2023-11-19 04:50:51 +0000
commit00d70e99f61b5254e363360260434bfc95c4e0c8 (patch)
treebeed9c12d87dce02ae976a70ba059814b41cf51a /src/lib/api.ts
parentdeps: remove unused (diff)
downloadarchived-frontend-next-00d70e99f61b5254e363360260434bfc95c4e0c8.tar.xz
archived-frontend-next-00d70e99f61b5254e363360260434bfc95c4e0c8.zip
chore(typescript): add types
Diffstat (limited to 'src/lib/api.ts')
-rw-r--r--src/lib/api.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/api.ts b/src/lib/api.ts
index 080e03b..2ab78e3 100644
--- a/src/lib/api.ts
+++ b/src/lib/api.ts
@@ -19,7 +19,7 @@
export const baseURL = "https://api.senpy.club";
export const baseAPI = `${baseURL}/v2`;
-interface RandomImage {
+export interface RandomImage {
language: string;
image: string;
}