fix: frontend parsers
This commit is contained in:
@ -59,8 +59,14 @@ const getUserImagesResponseValidator = array(
|
|||||||
array(
|
array(
|
||||||
object({
|
object({
|
||||||
ID: pipe(string(), uuid()),
|
ID: pipe(string(), uuid()),
|
||||||
Tag: string(),
|
TagID: pipe(string(), uuid()),
|
||||||
ImageID: pipe(string(), uuid()),
|
ImageID: pipe(string(), uuid()),
|
||||||
|
|
||||||
|
Tag: object({
|
||||||
|
ID: pipe(string(), uuid()),
|
||||||
|
Tag: string(),
|
||||||
|
UserID: pipe(string(), uuid()),
|
||||||
|
}),
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user