UNPKG

pagamio-frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

15 lines (14 loc) 560 B
/** * @fileoverview Core type definitions for the authentication system. * This file contains all the base types and interfaces that can be extended * for specific authentication implementations. */ var RoleNameProps; (function (RoleNameProps) { RoleNameProps["ROLE_ADMIN"] = "ROLE_ADMIN"; RoleNameProps["ROLE_VENDOR"] = "ROLE_VENDOR"; RoleNameProps["ROLE_MERCHANT"] = "ROLE_MERCHANT"; RoleNameProps["ROLE_PROMOTER"] = "ROLE_PROMOTER"; RoleNameProps["ROLE_ARTIST"] = "ROLE_ARTIST"; })(RoleNameProps || (RoleNameProps = {})); export {};