UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 194 B
import { EVoucherRuleType } from '../enums/rule-types.enum'; export interface IVoucherRule { type: EVoucherRuleType; value?: string | number | Date | boolean; description: string; }