type RiskRejection = void | IRiskRejectionResult | string | null; Copy
type RiskRejection = void | IRiskRejectionResult | string | null;
Risk rejection result type. Can be void, null, or an IRiskRejectionResult object.