/** 시간 범위 */ export type DateTimeRange = { /** (RFC 3339 date-time) */ from: string; /** (RFC 3339 date-time) */ until: string; };