Circle V2 API Docs
    Preparing search index...
    type UpdateSessionAiNoteResult = {
        session: Awaited<
            ReturnType<typeof patientSessionsRepo.updateAiSummarizedNote>,
        >["data"];
    }
    Index

    Properties

    Properties

    session: Awaited<ReturnType<typeof patientSessionsRepo.updateAiSummarizedNote>>["data"]