import { RuleContract } from "../contracts/rule.contract"; export interface ConditionContract{ // type = 'and' | 'or' | 'date' | 'day' | 'month' | 'year' [type: string]: RuleContract[]; }