Skip to content

Commit 5205e13

Browse files
gustavocsAlbuquerqueRafael
authored andcommitted
Added verified to ShelterSchema
1 parent 5a05461 commit 5205e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shelter/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const ShelterSchema = z.object({
1818
longitude: z.number().nullable().optional(),
1919
capacity: z.number().nullable().optional(),
2020
contact: z.string().nullable().optional(),
21+
verified: z.boolean(),
2122
createdAt: z.string(),
2223
updatedAt: z.string().nullable().optional(),
2324
});

0 commit comments

Comments
 (0)