Files
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

12 lines
257 B
JavaScript

// THIS FILE WAS AUTOGENERATED
"use strict";
/**
* Data struct to contain only C section with custom fields.
*/
var Base = (function () {
function Base() {
}
return Base;
}());
module.exports = Base;
//# sourceMappingURL=Base.js.map