Rename interfaces
This commit is contained in:
parent
58ec891db3
commit
d9822fdabc
11 changed files with 33 additions and 67 deletions
7
src/Interfaces/Image.ts
Normal file
7
src/Interfaces/Image.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
/** Model of an image with multiple source */
|
||||
export interface Image {
|
||||
Name: string;
|
||||
Url: string;
|
||||
Base64Image: string;
|
||||
Svg: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue