/**
 * **종료 지점만 있는 기간 범위**
 */
export type OfferPeriodRangeTo = {
    /**
     * **종료 지점**
     */
    to: string;
};
