fix backend

This commit is contained in:
grngxd 2025-06-14 20:28:59 +01:00
parent 9f91514f78
commit 7926efa222
3 changed files with 13 additions and 9 deletions

View file

@ -1,6 +1,8 @@
export type StereoFile = {
ID: string;
Name: string;
Owner: string;
CreatedAt: string;
Size: number;
CreatedAt: string;
Mime: string;
}