ProductionPlanHorizon
@mineflow/api-schemas / ProductionPlanHorizon
Variable: ProductionPlanHorizon
const ProductionPlanHorizon: object;
Defined in: prd/src/production-plans/domain/production-plan-status.enum.ts:18
Горизонт планирования производственного плана. Для лейблов и фильтров в UI.
Type Declaration
| Name | Type | Default value | Description | Defined in |
|---|---|---|---|---|
Month | "month" | 'month' | Месячный план. | prd/src/production-plans/domain/production-plan-status.enum.ts:22 |
Year | "year" | 'year' | Годовой план. | prd/src/production-plans/domain/production-plan-status.enum.ts:20 |