/** 배송 정보 등록 전 */
export type BeforeRegisteredPaymentEscrow = {
    /** 에스크로 상태 */
    status: "BEFORE_REGISTERED";
};
