mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
feat(FE-316): Add Uniformity form with validation and upload
This commit is contained in:
+8
@@ -11,3 +11,11 @@ export type Uniformity = BaseMetadata & {
|
||||
status: 'CREATED' | 'APPROVED' | 'REJECTED';
|
||||
uniformity: number;
|
||||
};
|
||||
|
||||
export type CreateUniformityPayload = {
|
||||
date: string;
|
||||
location_id: number;
|
||||
project_flock_kandang_id: number;
|
||||
kandang_id: number;
|
||||
files: File;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user