api proxy & file listing
This commit is contained in:
parent
5cc652b0af
commit
db68058d5b
5 changed files with 96 additions and 35 deletions
7
src/lib/types.ts
Normal file
7
src/lib/types.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export type StereoFile = {
|
||||
ID: string;
|
||||
Path: string;
|
||||
Owner: string;
|
||||
CreatedAt: string;
|
||||
Base64: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue