Interface FriendUserInfo

interface FriendUserInfo {
    friendshipStart?: Date;
    lastInteraction?: Date;
    streak?: number;
}

Properties

friendshipStart?: Date
lastInteraction?: Date
streak?: number
MMNEPVFCICPMFPCPTTAAATR