feat(sse): very rough events. Not used in the client yet

feat(sse): very rough events. Not used in the client yet
This commit is contained in:
2025-04-12 15:55:58 +01:00
parent cf7d5e0305
commit 47c871523d
10 changed files with 197 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ const sendImageResponseValidator = strictObject({
ID: pipe(string(), uuid()),
ImageID: pipe(string(), uuid()),
UserID: pipe(string(), uuid()),
Status: string(),
});
export const sendImage = async (