Added missing bird

This commit is contained in:
Corey Blais
2026-04-17 17:11:11 -04:00
parent 328a9a704d
commit e06dae91a3
6 changed files with 366 additions and 4 deletions
+5
View File
@@ -110,6 +110,11 @@ export type BirdRow = {
latest_recorded_on: string | null;
};
export type LostBirdMatchRow = BirdRow & {
workspace_name: string;
workspace_billing_email: string | null;
};
export type PendingBirdTransferRow = {
id: string;
bird_id: string;