src: Migrate remaining files to TypeScript
This migrates remaining JavaScript files to TypeScript and updates imports.
This commit is contained in:
parent
67138ad99a
commit
45a42ce549
16 changed files with 36 additions and 31 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue