Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGracia committed Nov 8, 2024
1 parent 52a22ee commit 63b978c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export type Database = {
longitude: number | null;
name: string | null;
number_of_people: number | null;
other_help: string | null;
people_needed: number | null;
resources: Json | null;
status: string | null;
Expand All @@ -206,7 +205,6 @@ export type Database = {
longitude?: number | null;
name?: string | null;
number_of_people?: number | null;
other_help?: string | null;
people_needed?: number | null;
resources?: Json | null;
status?: string | null;
Expand All @@ -229,7 +227,6 @@ export type Database = {
longitude?: number | null;
name?: string | null;
number_of_people?: number | null;
other_help?: string | null;
people_needed?: number | null;
resources?: Json | null;
status?: string | null;
Expand Down

0 comments on commit 63b978c

Please sign in to comment.