feat: updating notifications system based on incoming request
This is making the frontend data logic a little complex
This commit is contained in:
@@ -175,7 +175,11 @@ const userProcessingImageValidator = strictObject({
|
||||
ImageName: string(),
|
||||
Image: null_(),
|
||||
}),
|
||||
Status: union([literal("not-started"), literal("in-progress")]),
|
||||
Status: union([
|
||||
literal("not-started"),
|
||||
literal("in-progress"),
|
||||
literal("complete"),
|
||||
]),
|
||||
});
|
||||
|
||||
export type UserImage = InferOutput<typeof dataTypeValidator>;
|
||||
|
||||
Reference in New Issue
Block a user