import { ID } from '../../../common/primitive.js'; /** * 語彙「WorkPlan」 * domain type: value */ export type WorkPlanId = ID<'WorkPlan'>; export declare const generateWorkPlanId: () => WorkPlanId; //# sourceMappingURL=work_plan_id.d.ts.map