src: Migrate remaining files to TypeScript

This migrates remaining JavaScript files to TypeScript and updates imports.
This commit is contained in:
regexowl 2024-05-06 14:59:54 +02:00 committed by Klara Simickova
parent 67138ad99a
commit 45a42ce549
16 changed files with 36 additions and 31 deletions

View file

@ -116,7 +116,7 @@ export const emptyFoobarApi = createApi({
});
```
3. Declare the new constat `FOOBAR_API` to the API url in `src/constants.js`
3. Declare the new constat `FOOBAR_API` to the API url in `src/constants.ts`
```
export const FOOBAR_API = 'api/foobar/v1'