/**
|
* Interface for entity metadata mappings stored inside "schemas" instead of models decorated by decorators.
|
*/
|
var EntitySchemaOptions = /** @class */ (function () {
|
function EntitySchemaOptions() {
|
}
|
return EntitySchemaOptions;
|
}());
|
export { EntitySchemaOptions };
|
|
//# sourceMappingURL=EntitySchemaOptions.js.map
|