Added missing bird
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user