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

This commit is contained in:
rstubryan
2025-12-30 09:21:38 +07:00
parent 2e44371c6c
commit d6849a48d2
7 changed files with 46 additions and 57 deletions
+3 -6
View File
@@ -34,7 +34,7 @@ export type UniformityInfoUmum = {
lokasi_farm: string;
project_flock: string;
kandang: string;
file_name: string;
documents_name: string;
};
export type UniformitySampling = {
@@ -77,15 +77,12 @@ export type VerifyUniformityResponse = {
export type CreateUniformityPayload = {
date: string;
project_flock_kandang_id: number;
file: File;
documents: File;
week: number;
};
export type VerifyUniformityPayload = {
date: string;
project_flock_kandang_id: number;
file: File;
week: number;
documents: File;
};
// ==================== OTHER TYPES ====================