1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-10 05:40:06 +00:00

chore: code refactor renamed variables/functions

This commit is contained in:
Saad Jutt
2021-09-08 05:49:24 +05:00
parent cd2b32f2f4
commit 19a57dbf6e
6 changed files with 21 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ export interface LoginOptions {
onLoggedOut?: () => Promise<boolean>
}
export interface LoginReturn {
export interface LoginResult {
isLoggedIn: boolean
userName: string
}