UNPKG

@kenniy/godeye-data-contracts

Version:

Enterprise-grade base repository architecture for GOD-EYE microservices with zero overhead and maximum code reuse

10 lines (9 loc) 262 B
/** * Authentication-related enums */ export declare enum UserType { CUSTOMER = "customer",// Regular patients/users BUSINESS_USER = "business",// Anyone representing a business entity ADMIN = "admin",// System administrators AGENT = "agent" }