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

    Properties

    Properties

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