export enum UserRole { ADMIN = "admin", CUSTOMER = "customer", PUBLIC = "public", OWNER = "owner", ASSISTANT = "assistant", }