import type * as Square from "../index"; export interface LaborScheduledShiftCreatedEventObject { /** The new `ScheduledShift`. */ scheduledShift?: Square.ScheduledShift; }