Search
Search something to see results
Example DDD
TypeDoc
GitHub
Example DDD
/
Authentication
/
SignInOrUp
SignInOrUp
SignInOrUp
:
(
email
:
AccountEmail
)
=>
Promise
<
Account
>
Type declaration
(
email
:
AccountEmail
)
:
Promise
<
Account
>
Parameters
email
:
AccountEmail
Returns
Promise
<
Account
>