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