UNPKG

node-enterprise-starter

Version:

<h1 align="center">Node Enterprise Starter</h1>

5 lines (4 loc) 72 B
export const userRole = { admin: "admin", user: "user", } as const;