mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat: add document_urls property in DetailDailyChecklist type
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
import { BaseMetadata } from '@/types/api/api-general';
|
||||
import { BaseMetadata, Document } from '@/types/api/api-general';
|
||||
import { BaseKandang } from '@/types/api/master-data/kandang';
|
||||
import { Phase } from '@/types/api/daily-checklist/phase';
|
||||
import { PhaseActivity } from '@/types/api/daily-checklist/phase-activity';
|
||||
@@ -49,6 +49,7 @@ export type DetailDailyChecklist = BaseDailyChecklist & {
|
||||
id: number;
|
||||
name: string;
|
||||
}[];
|
||||
document_urls: Document[];
|
||||
};
|
||||
|
||||
export type CreateDailyChecklistPayload = {
|
||||
|
||||
Reference in New Issue
Block a user