Update media file interface and how bills are returned.

This commit is contained in:
Patrick Fic
2022-05-05 15:45:42 -07:00
parent 7754dc4653
commit 270be1d360
10 changed files with 101 additions and 1987 deletions

View File

@@ -5,6 +5,7 @@ interface MediaFile {
thumbnail: string;
thumbnailHeight: number;
thumbnailWidth: number;
filename: string;
}
export default MediaFile;