interface RewardPoint {
    bucketId: string;
    current: PointStatus;
    id: string;
    type: "point";
    value: number;
}

Hierarchy (view full)

Properties

bucketId: string
current: PointStatus
id: string
type
value: number