"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrganizationDTO = void 0;
var organization_dto_1 = require("./organization.dto");
Object.defineProperty(exports, "OrganizationDTO", { enumerable: true, get: function () { return organization_dto_1.OrganizationDTO; } });