RunbookDraftReplaceContentResponse type
Zawiera dane odpowiedzi dla operacji replaceContent.
type RunbookDraftReplaceContentResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}