mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
refactor(FE-316): Rename document_name to file_name and add standard
This commit is contained in:
+7
-1
@@ -33,7 +33,7 @@ export type UniformityInfoUmum = {
|
||||
lokasi_farm: string;
|
||||
project_flock: string;
|
||||
kandang: string;
|
||||
document_name: string;
|
||||
file_name: string;
|
||||
};
|
||||
|
||||
export type UniformitySampling = {
|
||||
@@ -56,11 +56,17 @@ export type UniformityDetailItem = {
|
||||
range: 'Ideal' | 'Outside';
|
||||
};
|
||||
|
||||
export type UniformityStandard = {
|
||||
mean_weight: number;
|
||||
uniformity: number;
|
||||
} | null;
|
||||
|
||||
export type UniformityDetail = BaseMetadata & {
|
||||
id: number;
|
||||
info_umum: UniformityInfoUmum;
|
||||
sampling: UniformitySampling;
|
||||
result: UniformityResult;
|
||||
standard: UniformityStandard;
|
||||
uniformity_details?: UniformityDetailItem[];
|
||||
latest_approval?: BaseApproval;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user