move alot to constants, fix html
Some checks failed
Code quality checks / biome (push) Failing after 12s
Some checks failed
Code quality checks / biome (push) Failing after 12s
This commit is contained in:
parent
92172479f6
commit
33a602cdd0
26 changed files with 603 additions and 296 deletions
|
@ -2,6 +2,7 @@ export * from "./base";
|
|||
export * from "./responses";
|
||||
export * from "./register";
|
||||
export * from "./login";
|
||||
export * from "./logout";
|
||||
export * from "./verify";
|
||||
|
||||
export * from "./update";
|
||||
|
|
5
types/server/requests/user/logout.ts
Normal file
5
types/server/requests/user/logout.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import type { BaseResponse } from "../base";
|
||||
|
||||
interface LogoutResponse extends BaseResponse {}
|
||||
|
||||
export type { LogoutResponse };
|
Loading…
Add table
Add a link
Reference in a new issue