1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2026-05-16 09:21:12 +02:00
Files
pigallery2/common/entities/LoginCredential.ts
T
2016-03-20 16:54:30 +01:00

5 lines
117 B
TypeScript

export class LoginCredential{
constructor(public username:string = null, public password:string = null){
}
}