VersionsImportLuFormatResponse type

Obsahuje data odpovědi pro operaci importLuFormat.

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