bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iActionPermission<T>

    interface iActionPermission<T extends NumberType> {
        permanentlyForbiddenTimes: iUintRange<T>[];
        permanentlyPermittedTimes: iUintRange<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    permanentlyForbiddenTimes: iUintRange<T>[]

    The forbidden times of the permission.

    permanentlyPermittedTimes: iUintRange<T>[]

    The permitted times of the permission.