import type * as Square from "../index"; export interface CreateBookingResponse { /** The booking that was created. */ booking?: Square.Booking; /** Errors that occurred during the request. */ errors?: Square.Error_[]; }