interface GiftExtra {
    receiverUserId: string;
    timestamp: string;
}

Properties

receiverUserId: string
timestamp: string