node-appwrite
Version:
Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
9 lines (8 loc) • 309 B
JavaScript
// src/enums/authenticator-type.ts
var AuthenticatorType = /* @__PURE__ */ ((AuthenticatorType2) => {
AuthenticatorType2["Totp"] = "totp";
return AuthenticatorType2;
})(AuthenticatorType || {});
export { AuthenticatorType };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=authenticator-type.mjs.map