// @generated — do not edit import { defineLifecycle } from "@tailor-platform/erp-kit/core"; export const shiftScheduleLifecycle = defineLifecycle({ confirm: { from: ["DRAFT"], to: "CONFIRMED" }, }); export type ShiftScheduleStatus = typeof shiftScheduleLifecycle.states[number];