api proxy & file listing

This commit is contained in:
grngxd 2025-06-08 00:32:15 +01:00
parent 5cc652b0af
commit db68058d5b
5 changed files with 96 additions and 35 deletions

7
src/lib/types.ts Normal file
View file

@ -0,0 +1,7 @@
export type StereoFile = {
ID: string;
Path: string;
Owner: string;
CreatedAt: string;
Base64: string;
}