feat(FE-136): update RecordingForm schema to remove tanggal and add flock object

This commit is contained in:
rstubryan
2025-10-14 23:01:01 +07:00
parent 6dcb97bcac
commit 89318407ea
2 changed files with 40 additions and 48 deletions
-1
View File
@@ -29,7 +29,6 @@ export type Recording = BaseMetadata & BaseRecording;
export type CreateRecordingPayload = {
flock_id: number;
tanggal: string;
data_pakan: {
nama_pakan: string;
qty_pakan: number;