import type {SubscribableSignalLike} from '../../shared';

export interface PickupLocationListApi {
  /**
   * Whether the customer location input form is shown to the buyer.
   */
  isLocationFormVisible: SubscribableSignalLike<boolean>;
}
