akiles-react-native
    Preparing search index...

    Interface Schedule

    interface Schedule {
        weekdays: ScheduleWeekday[];
    }
    Index

    Properties

    Properties

    weekdays: ScheduleWeekday[]

    Array of 7 elements, one for each day of the week (Monday=0).