expo-backend-types 0.14.0-EXPO-249-EB-Modelo.3 → 0.14.0-EXPO-249-EB-Modelo.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -54,7 +54,7 @@ exports.profileSchema = zod_1.default.object({
|
|
54
54
|
birthLocationId: zod_1.default.string().uuid().nullable(),
|
55
55
|
residenceLocationId: zod_1.default.string().uuid().nullable(),
|
56
56
|
isInTrash: zod_1.default.boolean(),
|
57
|
-
movedToTrashDate: zod_1.default.date().nullable(),
|
57
|
+
movedToTrashDate: zod_1.default.coerce.date().nullable(),
|
58
58
|
created_at: zod_1.default.date(),
|
59
59
|
updated_at: zod_1.default.date(),
|
60
60
|
});
|