createAccount(
args
):Promise
<{id
:LixGenerated
<string
>;name
:string
; }>
Inserts a new account into the Lix database.
Accounts represent different identities working with the same Lix file. Switching the active account is handled separately via switchAccount.
LixGenerated
<string
>
Pick
<Lix
, "db"
>
string
string
Promise
<{ id
: LixGenerated
<string
>; name
: string
; }>