VORKOUT-6 #11
4
client/src/types/auth.ts
Normal file
4
client/src/types/auth.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { components } from './openapi-types';
|
||||
|
||||
export type Auth = components['schemas']['Auth'];
|
||||
export type Access = components['schemas']['Access'];
|
3
client/src/types/user.ts
Normal file
3
client/src/types/user.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { components } from "./openapi-types"
|
||||
|
||||
export type User = components["schemas"]["User"];
|
Reference in New Issue
Block a user