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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user