Interface iGetPointsActivitySuccessResponse<T>

interface iGetPointsActivitySuccessResponse<T extends NumberType> {
    docs: iPointsActivityDoc<T>[];
    pagination: { bookmark: string; hasMore: boolean };
}

Type Parameters

Implemented by

Properties

Properties

pagination: { bookmark: string; hasMore: boolean }
MMNEPVFCICPMFPCPTTAAATR