fieldnotesai
    Preparing search index...

    Provides functionality for create practitioner result.

    interface CreatePractitionerResult {
        emailSent?: boolean;
        error?: string;
        success: boolean;
        userId?: string;
    }
    Index

    Properties

    emailSent?: boolean
    error?: string
    success: boolean
    userId?: string