Type Alias MockRTCRuleDefinition

MockRTCRuleDefinition: {
    matchers: MatcherDefinition[];
    steps: HandlerStepDefinition[];
}