interface RLicenseExceptionInfo {
    exception: string;
    type: "exception";
}

Properties

Properties

exception: string
type: "exception"