Update index.ts

This commit is contained in:
Egor
2026-01-25 09:24:54 +03:00
committed by GitHub
parent 13c7d23422
commit 3f9c687f37

View File

@@ -31,6 +31,12 @@ export interface TokenResponse {
expires_in: number
}
export interface RegisterResponse {
message: string
email: string
requires_verification: boolean
}
// Subscription types
export interface ServerInfo {
uuid: string