RiskRejection

type RiskRejection = void | IRiskRejectionResult | string | null;

Risk rejection result type. Can be void, null, or an IRiskRejectionResult object.