This commit is contained in:
Bastian Wagner
2026-07-17 15:32:01 +02:00
parent fadb5dd049
commit 4a6e0f3b0f
13 changed files with 110 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ export interface AuthTokenResponse {
export interface AuthLogoutResponse {
logoutUrl: string;
logoutState: string;
}
export interface RegisterResponse {