export interface ProductItemSubscriptionInfoFields { is_subscribable: boolean; subscription_billing_period: number; subscription_billing_type: string; }