feat: add user and auth types
This commit is contained in:
parent
34be97996e
commit
9d2aef5671
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"];
|
Loading…
Reference in New Issue
Block a user