次の方法で共有


RunbookDraftReplaceContentResponse type

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

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