Interface iTimedUpdatePermission<T>

interface iTimedUpdatePermission<T> {
    permanentlyForbiddenTimes: iUintRange<T>[];
    permanentlyPermittedTimes: iUintRange<T>[];
    timelineTimes: iUintRange<T>[];
}

Type Parameters

Implemented by

Properties

permanentlyForbiddenTimes: iUintRange<T>[]

The forbidden times of the permission.

permanentlyPermittedTimes: iUintRange<T>[]

The permitted times of the permission.

timelineTimes: iUintRange<T>[]

The timeline times that the permission applies to.