Files
psp_panel/src/app/api/image.ts
T
2021-12-28 13:29:25 +03:00

7 lines
95 B
TypeScript

export interface Image {
previewImageSrc?;
thumbnailImageSrc?;
alt?;
title?;
}