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 5a05461 commit 5205e13Copy full SHA for 5205e13
src/shelter/types.ts
@@ -18,6 +18,7 @@ const ShelterSchema = z.object({
18
longitude: z.number().nullable().optional(),
19
capacity: z.number().nullable().optional(),
20
contact: z.string().nullable().optional(),
21
+ verified: z.boolean(),
22
createdAt: z.string(),
23
updatedAt: z.string().nullable().optional(),
24
});
0 commit comments