WebAppsListPublishingProfileXmlWithSecretsResponse type
listPublishingProfileXmlWithSecrets 操作の応答データを格納します。
type WebAppsListPublishingProfileXmlWithSecretsResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}