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