SessionStats
Statistics about the Grammarly session.
interface SessionStats {
duration: number;
suggestionsAccepted: SessionSuggestionBreakdown;
suggestionsSent: SessionSuggestionBreakdown;
wordsChecked: number;
}
Properties
duration — number
Duration of the editing session, in seconds.
suggestionsAccepted — SessionSuggestionBreakdown
Suggestions accepted by user.
suggestionsSent — SessionSuggestionBreakdown
Suggestions provided by Grammarly.
wordsChecked — number
Total words checked during the session.