feat(interfaces): add MFA and passkey contracts

This commit is contained in:
2026-05-19 06:24:06 +00:00
parent 8e2f9a6d12
commit 8746bc083e
7 changed files with 318 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ export * from './authorization.js';
export * from './billingplan.js';
export * from './jwt.js';
export * from './login.js';
export * from './mfa.js';
export * from './organization.js';
export * from './passport.js';
export * from './plan.js';