Sign in
eclipse
/
openk-usermodules
/
org.eclipse.openk-usermodules.elogbookFE
/
b9ee2cb3b4232aaa9152a313650d0a3f5ce439a9
/
.
/
src
/
app
/
model
/
login-credentials.ts
blob: 7f35d9191de588b92187a323982648463dc28819 [
file
]
export
class
LoginCredentials
{
userName
:
string
;
password
:
string
;
}