VersionsImportLuFormatResponse type

Contains response data for the importLuFormat operation.

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