Interface UsedFlags

interface UsedFlags {
    usesAmountTrackerIdList: boolean;
    usesApprovalIdList: boolean;
    usesBadgeIds: boolean;
    usesChallengeTrackerIdList: boolean;
    usesFromList: boolean;
    usesInitiatedByList: boolean;
    usesOwnershipTimes: boolean;
    usesTimelineTimes: boolean;
    usesToList: boolean;
    usesTransferTimes: boolean;
}

Properties

usesAmountTrackerIdList: boolean
usesApprovalIdList: boolean
usesBadgeIds: boolean
usesChallengeTrackerIdList: boolean
usesFromList: boolean
usesInitiatedByList: boolean
usesOwnershipTimes: boolean
usesTimelineTimes: boolean
usesToList: boolean
usesTransferTimes: boolean