Skip to content

Commit

Permalink
Reutilizar tipo de ciudad
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGracia committed Nov 6, 2024
1 parent 08453d9 commit 89c1486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/solicitar-ayuda/_components/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SupabaseTown } from '@/types/common';
import { Town as SupabaseTown } from '@/types/Town';
import { Enums } from '@/types/common';

export type FormData = {
Expand Down
1 change: 0 additions & 1 deletion src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ export type TownType = {
name: string;
};

export type SupabaseTown = Database['public']['Tables']['towns']['Row'];
export type Enums = Database['public']['Enums'];

0 comments on commit 89c1486

Please sign in to comment.