feat: fetch user info
This commit is contained in:
parent
28c38ca1a0
commit
8e44b8b7b4
16 changed files with 1254 additions and 13 deletions
5
modules/frontend/src/api/models/User.ts
Normal file
5
modules/frontend/src/api/models/User.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type User = Record<string, any>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue