/**
 * **시작 시점만 있는 기간 범위**
 */
export type OfferPeriodRangeFrom = {
    /**
     * **시작 시점**
     */
    from: string;
};
