diff --git a/src/models/IImageData.ts b/src/models/IImageData.ts new file mode 100644 index 0000000..6f1582e --- /dev/null +++ b/src/models/IImageData.ts @@ -0,0 +1,4 @@ +interface IImageData { + url: string; + content: string; +} \ No newline at end of file