interface AllowedParams {
    featureId?: string;
    productId?: string;
    requiredBalance?: number;
}

export type { AllowedParams as A };
