Mandarine.Components.CatchComponent
import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts";
const { CatchComponent } = Mandarine.Components;
Interface that provides with the necessary fields for configuration
in a Mandarine-powered component stereotype of Catch
interface CatchComponent {
configuration: {
}exceptionType: any;
};