UNPKG

mobyo-interfaces

Version:
9 lines (8 loc) 311 B
import { EVoucherRuleType } from '../enums'; import { IVoucherRule } from '../interfaces'; export declare class CampaignRuleEntity implements IVoucherRule { type: EVoucherRuleType; value?: string | number | Date | boolean; description: string; constructor(data?: Partial<CampaignRuleEntity>); }