chore: implement new ts components

This commit is contained in:
Sebastian Velez
2023-01-13 11:02:14 -05:00
parent 306a615c4f
commit def9fe1243
11 changed files with 1476 additions and 1406 deletions

View File

@@ -4,6 +4,10 @@ export interface UserPayload {
data: User;
}
export interface AxiosUserResponse {
data: User;
}
export interface User {
bio: null;
color_scheme: string;