RunbookDraftReplaceContentResponse type
replaceContent işlemi için yanıt verilerini içerir.
type RunbookDraftReplaceContentResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}