mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +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 { BaseKandang } from '@/types/api/master-data/kandang';
|
||||||
import { Phase } from '@/types/api/daily-checklist/phase';
|
import { Phase } from '@/types/api/daily-checklist/phase';
|
||||||
import { PhaseActivity } from '@/types/api/daily-checklist/phase-activity';
|
import { PhaseActivity } from '@/types/api/daily-checklist/phase-activity';
|
||||||
@@ -49,6 +49,7 @@ export type DetailDailyChecklist = BaseDailyChecklist & {
|
|||||||
id: number;
|
id: number;
|
||||||
name: string;
|
name: string;
|
||||||
}[];
|
}[];
|
||||||
|
document_urls: Document[];
|
||||||
};
|
};
|
||||||
|
|
||||||
export type CreateDailyChecklistPayload = {
|
export type CreateDailyChecklistPayload = {
|
||||||
|
|||||||
Reference in New Issue
Block a user