fixed type definition errors

This commit is contained in:
2022-02-15 15:24:45 -06:00
parent a3103f73c3
commit c2447b180e
5 changed files with 3 additions and 8 deletions

2
src/types/api.d.ts vendored
View File

@@ -1,4 +1,4 @@
export interface uniteApiData {
interface uniteApiData {
name: string,
id: string,
avatar: string,