mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
refactor(FE-316): Rename file to documents in uniformity feature
This commit is contained in:
+3
-6
@@ -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 ====================
|
||||
|
||||
Reference in New Issue
Block a user