SpellCheckerResponse type

Contains response data for the spellChecker operation.

type SpellCheckerResponse = SpellCheck & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SpellCheck
  }
}