DateRange: {
    from: string;
    until: string;
}

Type declaration

  • from: string

    날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다.

  • until: string

    날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다.