mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
|
|
export interface User {
|
||
|
|
username: string,
|
||
|
|
password: string,
|
||
|
|
domainName: string,
|
||
|
|
BasicAuthKey: string
|
||
|
|
}
|