import type * as Square from "../index"; export interface GetBusinessBookingProfileResponse { /** The seller's booking profile. */ businessBookingProfile?: Square.BusinessBookingProfile; /** Errors that occurred during the request. */ errors?: Square.Error_[]; }