import type * as Square from "../index"; export interface RetrieveLocationBookingProfileResponse { /** The requested location booking profile. */ locationBookingProfile?: Square.LocationBookingProfile; /** Errors that occurred during the request. */ errors?: Square.Error_[]; }