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