fix : review MR

This commit is contained in:
2026-02-17 14:12:39 +01:00
parent 6ebf827947
commit 054a487f4e
4 changed files with 33 additions and 28 deletions

View File

@@ -5,11 +5,11 @@ export interface BovineTypeData{
}
export interface BovinFormData {
name: string
label: string
code: string
}
export type BovinPayload = {
name?: string | null
label?: string | null
code?: string | null
}