diff options
| author | Fuwn <[email protected]> | 2023-11-19 04:50:51 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-19 04:50:51 +0000 |
| commit | 00d70e99f61b5254e363360260434bfc95c4e0c8 (patch) | |
| tree | beed9c12d87dce02ae976a70ba059814b41cf51a /src/lib/api.ts | |
| parent | deps: remove unused (diff) | |
| download | archived-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.ts | 2 |
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; } |