import type * as Square from "../index"; export interface LaborTimecardUpdatedEventObject { /** The updated `Timecard`. */ timecard?: Square.Timecard; }