We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f27fd commit 4268e47Copy full SHA for 4268e47
src/shelter/types.ts
@@ -54,6 +54,7 @@ const CreateShelterSchema = ShelterSchema.omit({
54
id: true,
55
createdAt: true,
56
updatedAt: true,
57
+ verified: true,
58
});
59
60
const UpdateShelterSchema = ShelterSchema.pick({
0 commit comments