aboutsummaryrefslogtreecommitdiff
path: root/src/lib/api.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-11-19 04:50:51 -0800
committerFuwn <[email protected]>2023-11-19 04:50:51 -0800
commitd08a17cd88223843d6e9ee5de33d1e05a424c304 (patch)
treebeed9c12d87dce02ae976a70ba059814b41cf51a /src/lib/api.ts
parentdeps: remove unused (diff)
downloadfrontend-next-d08a17cd88223843d6e9ee5de33d1e05a424c304.tar.xz
frontend-next-d08a17cd88223843d6e9ee5de33d1e05a424c304.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;
}