I currently have some Typescript code that looks like this :
type UserRole = "admin" | "partner" | "associate"; type User