cleaned up stripe config
This commit is contained in:
@@ -96,7 +96,7 @@ export type BirdRow = {
|
||||
id: string;
|
||||
workspace_id: number;
|
||||
name: string;
|
||||
tag_id: string;
|
||||
tag_id: string | null;
|
||||
species: string;
|
||||
gender: BirdGender;
|
||||
date_of_birth: string | null;
|
||||
|
||||
Reference in New Issue
Block a user