fieldnotesai
Preparing search index...
src/auth/providers/IAuthProvider
CreatePractitionerResult
Interface CreatePractitionerResult
Provides functionality for create practitioner result.
interface
CreatePractitionerResult
{
emailSent
?:
boolean
;
error
?:
string
;
success
:
boolean
;
userId
?:
string
;
}
Index
Properties
email
Sent?
error?
success
user
Id?
Properties
Optional
email
Sent
emailSent
?:
boolean
Optional
error
error
?:
string
success
success
:
boolean
Optional
user
Id
userId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
Sent
error
success
user
Id
fieldnotesai
Loading...
Provides functionality for create practitioner result.