Interface
LoginResult
LoginResult
interface LoginResult {
password: string;
result: boolean;
userName: string;
}Summary
Properties
password
result
userName
- Previous
- LoginOptions
- Next
- NativeScriptConfig
Interface
interface LoginResult {
password: string;
result: boolean;
userName: string;
}