mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
export class User {
|
|
username: string;
|
|
password: string;
|
|
domainName: string;
|
|
BasicAuthKey: string
|
|
} |