wip: different UI

fix
This commit is contained in:
2025-07-02 16:24:25 +01:00
parent a65ef5f548
commit a94c7255c6
4 changed files with 235 additions and 163 deletions

View File

@@ -154,6 +154,8 @@ const dataTypeValidator = variant("type", [
contactDataType,
]);
export type CategoryUnion = InferOutput<typeof dataTypeValidator>;
const userImageValidator = strictObject({
ID: pipe(string(), uuid()),
CreatedAt: pipe(string()),