wip(frontend): adding more information

This commit is contained in:
2025-03-21 14:36:03 +00:00
parent ea5802b61b
commit 3541a4755c
9 changed files with 63 additions and 26 deletions

View File

@@ -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()),
}),
),