feat: frontend send

This commit is contained in:
eneller
2026-03-18 15:30:19 +01:00
parent 7f3326c4a5
commit 4f8da032b7
8 changed files with 45 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
export class LoginRequest{
constructor(
username: string,
password: string
){}
}
export class LoginResponse{
constructor(){}
}