export interface JsonLogicRule { [key: string]: any; } export interface JsonLogicContext { [key: string]: any; }