♻️ add type

This commit is contained in:
Fred KISSIE
2025-11-11 17:08:52 +01:00
parent 5641a2aa31
commit 46d60bd090

View File

@@ -873,3 +873,4 @@ export type LicenseKey = InferSelectModel<typeof licenseKey>;
export type SecurityKey = InferSelectModel<typeof securityKeys>;
export type WebauthnChallenge = InferSelectModel<typeof webauthnChallenge>;
export type RequestAuditLog = InferSelectModel<typeof requestAuditLog>;
export type OrgAuthPage = InferSelectModel<typeof orgAuthPages>;