Skip to content

Commit 90651d5

Browse files
Added the modern-image interface
1 parent d59f703 commit 90651d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export interface IModernImage {
2+
imageType: string;
3+
imageUrl: string;
4+
imageWidth: string;
5+
imageHeight: string;
6+
imageAlt?: string;
7+
isJPEG: boolean;
8+
css?: string;
9+
}

0 commit comments

Comments
 (0)