RunbookDraftReplaceContentResponse type
Contains response data for the replaceContent operation.
type RunbookDraftReplaceContentResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}