export { defineModule, type WorkforceModule } from "./module"; export { permissions } from "./lib/permissions.generated"; // The closed set of assignment-affecting actions an AppointmentType drives. Required as the `action` // input of create/updateAppointmentType, and each value maps to a specific assignment side effect in // recordAppointment — expose it so consumers reference the canonical values instead of hardcoding. export { APPOINTMENT_ACTIONS, type AppointmentTypeAction } from "./db/appointmentType";