Skip to content

Commit

Permalink
🚧 bun run test
Browse files Browse the repository at this point in the history
  • Loading branch information
ROTO0504 committed Nov 9, 2024
1 parent 06330e5 commit a7ed17d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/types/supabase.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,24 +452,24 @@ export type Database = {
Args: {
territory_id: string;
};
Returns: {
Returns: Array<{
category_id: string;
created_at: string;
description: string | null;
location: unknown;
seed_id: string;
sower_id: string;
}[];
}>;
};
get_territories_within_seed: {
Args: {
seed_id: string;
};
Returns: {
Returns: Array<{
created_at: string;
territory_id: string;
zone: unknown;
}[];
}>;
};
};
Enums: {
Expand Down

0 comments on commit a7ed17d

Please sign in to comment.