Share via


VersionsImportLuFormatResponse type

Bevat antwoordgegevens voor de bewerking importLuFormat.

type VersionsImportLuFormatResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}