emr-types
Version:
Comprehensive TypeScript Types Library for Electronic Medical Record (EMR) Applications - Domain-Driven Design with Zod Validation
9 lines • 342 B
JavaScript
export var TenantStatus;
(function (TenantStatus) {
TenantStatus["ACTIVE"] = "active";
TenantStatus["INACTIVE"] = "inactive";
TenantStatus["SUSPENDED"] = "suspended";
TenantStatus["PENDING"] = "pending";
TenantStatus["DELETED"] = "deleted";
})(TenantStatus || (TenantStatus = {}));
//# sourceMappingURL=TenantStatus.js.map