refactor(FE-316): Use single file field and remove unused IDs

This commit is contained in:
rstubryan
2025-12-26 23:05:25 +07:00
parent 04c987b86b
commit 4aab54981e
3 changed files with 2 additions and 7 deletions
-2
View File
@@ -14,8 +14,6 @@ export type Uniformity = BaseMetadata & {
export type CreateUniformityPayload = {
date: string;
location_id: number;
project_flock_kandang_id: number;
kandang_id: number;
files: File;
};