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