WebAppsListPublishingProfileXmlWithSecretsResponse type

Contains response data for the listPublishingProfileXmlWithSecrets operation.

type WebAppsListPublishingProfileXmlWithSecretsResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}