UNPKG

@pagamio/frontend-commons-lib

Version:

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

10 lines (9 loc) 308 B
/** * Types of authenticators supported by the system */ export var AuthenticatorType; (function (AuthenticatorType) { AuthenticatorType["DEFAULT"] = "default"; AuthenticatorType["STRAPI"] = "strapi"; // Add more authenticator types as needed })(AuthenticatorType || (AuthenticatorType = {}));