feat(FE-317): Add uniformity field to Uniformity type

This commit is contained in:
rstubryan
2025-12-23 21:57:44 +07:00
parent 3b2e11fd41
commit 3a2fac013e
+1
View File
@@ -9,4 +9,5 @@ export type Uniformity = BaseMetadata & {
kandang: Kandang;
week: number;
status: 'CREATED' | 'APPROVED' | 'REJECTED';
uniformity: number;
};