Rename IData to something more reasonable
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import { Drawing } from "../../drawing";
|
||||
import { IData } from "../../media/data";
|
||||
import { IMediaData } from "../../media/data";
|
||||
import { Run } from "../run";
|
||||
|
||||
export class PictureRun extends Run {
|
||||
|
||||
constructor(imageData: IData) {
|
||||
constructor(imageData: IMediaData) {
|
||||
super();
|
||||
|
||||
if (imageData === undefined) {
|
||||
|
Reference in New Issue
Block a user