/** * A response cell in a condition row. */ export interface RuleImportResponseCell { value?: unknown | undefined; /** Accepts any additional properties */ [key: string]: any; }