feat: recent displayed on front page
This commit is contained in:
@@ -192,6 +192,10 @@ const imageRequestValidator = strictObject({
|
||||
ProcessingImages: array(userProcessingImageValidator),
|
||||
});
|
||||
|
||||
export type JustTheImageWhatAreTheseNames = InferOutput<
|
||||
typeof userImageValidator
|
||||
>[];
|
||||
|
||||
export const getUserImages = async (): Promise<
|
||||
InferOutput<typeof imageRequestValidator>
|
||||
> => {
|
||||
|
||||
Reference in New Issue
Block a user