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