wip(frontend): adding more information
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
parse,
|
||||
pipe,
|
||||
string,
|
||||
undefinedable,
|
||||
uuid,
|
||||
} from "valibot";
|
||||
|
||||
@@ -82,7 +83,7 @@ const getUserImagesResponseValidator = array(
|
||||
array(
|
||||
object({
|
||||
ID: pipe(string(), uuid()),
|
||||
Links: string(),
|
||||
Link: string(),
|
||||
ImageID: pipe(string(), uuid()),
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user