export interface AcceptedGiftTypes { unlimited_gifts: boolean; limited_gifts: boolean; unique_gifts: boolean; premium_subscription: boolean; }