wip: different UI
fix
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user