ultra-telegram-framework
    Preparing search index...

    Interface BusinessOpeningHoursInterval

    Describes an interval of time during which a business is open.

    interface BusinessOpeningHoursInterval {
        closing_minute: number;
        opening_minute: number;
    }
    Index

    Properties

    closing_minute: number

    The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60

    opening_minute: number

    The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60