Implement SmartMenuiserie API + added bun test-server
This commit is contained in:
parent
281cd92194
commit
b4806db91a
21 changed files with 377 additions and 244 deletions
7
src/Interfaces/IImageModel.ts
Normal file
7
src/Interfaces/IImageModel.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
/** Model of an image with multiple source */
|
||||
export interface IImageModel {
|
||||
Name: string;
|
||||
Url: string;
|
||||
Base64Image: string;
|
||||
Svg: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue