Config
Configuration to customize the Grammarly integration.
declare type Config = Pick<
EditorConfig,
| "collectUserFeedback"
| "documentDialect"
| "documentDomain"
| "introText"
| "oauthRedirectUri"
| "suggestions"
| "showToneDetector"
| "autocomplete"
| "toneDetector"
| "userFeedback"
>;