VersionsImportLuFormatResponse type
Bevat antwoordgegevens voor de importLuFormat-bewerking.
type VersionsImportLuFormatResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}