import type * as Square from "../index"; export interface LaborShiftUpdatedEventObject { /** The updated `Shift`. */ shift?: Square.Shift; }