refactor(FE-316): Rename documents to document in uniformity

This commit is contained in:
rstubryan
2025-12-30 13:35:24 +07:00
parent 7c64870fed
commit 52cb440cb3
7 changed files with 46 additions and 46 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ export type UniformityInfoUmum = {
lokasi_farm: string;
project_flock: string;
kandang: string;
documents_name: string;
document_name: string;
};
export type UniformitySampling = {
@@ -77,12 +77,12 @@ export type VerifyUniformityResponse = {
export type CreateUniformityPayload = {
date: string;
project_flock_kandang_id: number;
documents: File;
document: File;
week: number;
};
export type VerifyUniformityPayload = {
documents: File;
document: File;
};
// ==================== OTHER TYPES ====================