fix backend
This commit is contained in:
parent
9f91514f78
commit
7926efa222
3 changed files with 13 additions and 9 deletions
|
@ -1,6 +1,8 @@
|
|||
export type StereoFile = {
|
||||
ID: string;
|
||||
Name: string;
|
||||
Owner: string;
|
||||
CreatedAt: string;
|
||||
Size: number;
|
||||
CreatedAt: string;
|
||||
Mime: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue