import type * as Square from "../index"; export interface BookingCreatedEventObject { /** The created booking. */ booking?: Square.Booking; }