次の方法で共有


WebAppsListPublishingProfileXmlWithSecretsResponse type

listPublishingProfileXmlWithSecrets 操作の応答データを格納します。

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