/** * Optional request body for solving a rule against context. The entire body is merged with the instance state before rule evaluation. */ export type SolveContextRuleRequest = Record;