mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
fix: adjust empty_kandang type in BaseDailyChecklist
This commit is contained in:
+5
-2
@@ -12,8 +12,11 @@ export type BaseDailyChecklist = {
|
||||
status: string;
|
||||
category: string;
|
||||
date: string;
|
||||
empty_kandang?: boolean;
|
||||
empty_kandang_end_date?: string | null;
|
||||
empty_kandang?: {
|
||||
id: boolean;
|
||||
start_date: string;
|
||||
end_date: string;
|
||||
};
|
||||
kandang?: Pick<BaseKandang, 'id' | 'name' | 'status' | 'capacity'>;
|
||||
total_phase: number;
|
||||
total_activity: number;
|
||||
|
||||
Reference in New Issue
Block a user