Interface UserSupportGift

interface UserSupportGift {
    created_at: Date;
    id: number;
    type: "userSupportGift";
    user: Event.SharedProperties.User;
}

Hierarchy (view full)

Properties

Properties

created_at: Date
id: number
type: "userSupportGift"