interface DocXImage {
    content: ArrayBuffer;
    placeholder: string;
    type: "png";
}

Properties

content: ArrayBuffer
placeholder: string
type: "png"