/** * Represents additional data for rules with the `CATEGORY` accrual type. */ export interface LoyaltyProgramAccrualRuleCategoryData { /** * The ID of the `CATEGORY` [catalog object](entity:CatalogObject) that buyers can purchase to earn * points. */ categoryId: string; }