Interface iGetCollectionAmountTrackersSuccessResponse<T>

interface iGetCollectionAmountTrackersSuccessResponse<T extends NumberType> {
    amountTrackers: iApprovalTrackerDoc<T>[];
    pagination: PaginationInfo;
}

Type Parameters

Implemented by

Properties

amountTrackers: iApprovalTrackerDoc<T>[]
pagination: PaginationInfo
MMNEPVFCICPMFPCPTTAAATR