SerializedAccountEntity type
Account type
type SerializedAccountEntity = {
authority_type: string,
client_info?: string,
environment: string,
home_account_id: string,
last_modification_app?: string,
last_modification_time?: string,
local_account_id: string,
name?: string,
realm: string,
username: string,
}